Function __global->str_repeat
Definitions
sources_custom/phpstub.php
- Repeat a string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$input | string | required parameter | N/A | N/A | The string to repeat |
$multiplier | integer | required parameter | N/A | N/A | How many times to repeat the string |
Return
- The result
- Type: string
- Set: N/A
- Range: N/A