Mega Code Archive

 
Categories / Php / Strings
 

String Repeat Demo

<? print(str_repeat("cheers ", 3)); ?>