ドロップダウンリストを表示

str_repeat()

« str_pad | str_replace »
<?php
$string 
str_repeat (
    
// string $input
    
  // int $multiplier
);
?>
結果
$string = '-=-=-=-=-=-=-=-=-=-='
#1 str_repeat  ("-=",
 
10)
参照
str_pad, substr_count