|
mb_str_splitGiven a multibyte string, return an array of its characters Description
array mb_str_split(string
$string , int $length = 1, stringnull $encoding = null )
This function will return an array of strings, it is a version of str_split with support for encodings of variable character size as well as fixed-size encodings of 1,2 or 4 byte characters.
If the Parameters
Return Valuesmb_str_split returns an array of strings. Changelog
See Also
|