日本語
str_repeat()関数は、指定された文字列を繰り返します。
str_repeat()
文字列「上海」を5回繰り返します:
<?php Echo Str_repeat ( "Shanghai" 、 5 ) ; ?>
自分で試してみてください
str_repeat (文字列、繰り返し)