grapheme_str_splitSplit a string into an array Description
arrayfalse grapheme_str_split(string
$string , int $length = 1)
This function will return an array of strings,
it is a version of str_split
with support for grapheme cluster byte characters.
If the Parameters
Return Values
grapheme_str_split returns an array of strings, or Errors/Exceptions
If See Also
|