function.str_repeat.php 122 Bytes Edit Raw Blame History 1 2 3 4 5 <?php function smarty_function_str_repeat($params, &$smarty){ return str_repeat($params['value'],$params['count']); } ?>