March 2002
Intermediate to advanced
528 pages
21h 29m
English
str_repeat
string str_repeat(stringstring, intcount)
Returns a string consisting of count
copies of string appended to each other.
If count is not greater than 0, an empty
string is returned.