str_repeat

Example

 string str_repeat ( string $input , int $multiplier ) 

Description

Returns input repeated multiplier times.

Return Values

Returns the repeated string.