str_repeat()
str_repeat (文字列, 反復回数)
$banban = str_repeat("Web", 10); print $banban;
サンプルの実行結果
PageTop / Home / PHP入門 / リファレンス目次