显示下拉菜单

str_repeat()

« str_pad | str_replace »
<?php
$string 
str_repeat (
    
// string $input
    
  // int $multiplier
);
?>
结果
$string = '-=-=-=-=-=-=-=-=-=-='
示例
#1 str_repeat  ("-=",
 
10)
另请参阅
str_pad, substr_count