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

