str_split() - string
Converts a string to an array.
Parameters :
string - The input string. split_length - Maximum length of the chunk.
Syntax
array str_split
( string $string
[, int $split_length = 1
] )
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference