PHP/String/String Repeat

Материал из Web эксперт
Перейти к: навигация, поиск

String Repeat Demo

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