function.repeat_string.php
Tags
Table of Contents
- jtpl_function_common_repeat_string() : mixed
- Repeat a string
Functions
jtpl_function_common_repeat_string()
Repeat a string
jtpl_function_common_repeat_string(jTpl $tpl[, string $string = '' ][, int $count = 1 ]) : mixed
{repeat_string 'mystring'} {repeat_string 'mystring',4}
Parameters
- $tpl : jTpl
-
The template
- $string : string = ''
-
The string to repeat
- $count : int = 1
-
How many times to repeat