PHP Manual
str_repeat
Description
string str_repeat ( string input, int multiplier )
Returns input repeated
multiplier times.
Parameters
inputThe string to be repeated.
multiplierNumber of time the
inputstring should be repeated.multiplierhas to be greater than or equal to 0. If themultiplieris set to 0, the function will return an empty string.

RSS Feed




