substr()
subster (文字列, 取出し位置、文字列の数)
$banban = substr("Homepage", 4, 4); print $banban;
「Homepage」
サンプルの実行結果
PageTop / Home / PHP入門 / リファレンス目次