str_repeat

 string str_repeat ( string $input , int $multiplier ) 

説明

Returns input repeated multiplier times.

戻り値

Returns the repeated string.