String Repeat Demo : String Repeat « String « PHP





String Repeat Demo


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

Related examples in the same category