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.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




