elenat82
8/4/2015 - 7:53 AM

la funzione str_repeat().php

<?php 
$stringa = "Hurrà! ";
echo str_repeat($stringa, 5);
 ?>