Показать выпадающий список

str_repeat()

« str_pad | str_replace »
<?php
$string 
str_repeat (
    
// string $input
    
  // int $multiplier
);
?>
Результат
$string = '-=-=-=-=-=-=-=-=-=-='
Примеры
#1 str_repeat  ("-=",
 
10)
См. также
str_pad, substr_count