Mostrar lista de opciones

str_repeat()

« str_pad | str_replace »
<?php
$string 
str_repeat (
    
// string $input
    
  // int $multiplier
);
?>
Resultado
$string = '-=-=-=-=-=-=-=-=-=-='
Ejemplos
#1 str_repeat  ("-=",
 
10)
Ver también
str_pad, substr_count