Function __global->str_split
Definitions
sources_custom/phpstub.php
- Convert a string to an array.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | The input string |
$split_length | integer | 1 | N/A | N/A | Maximum length of the chunk |
Return
- Result
- Type: array
- Set: N/A
- Range: N/A