Function utf8_str_split
UTF-8 aware alternative to str_split Convert a string to an array Note: requires utf8_strlen to be loaded
Package: utf8
See: http://www.php.net/str_split
See:
Located at vendor/joomla/string/src/phputf8/str_split.php
See: http://www.php.net/str_split
See:
utf8_strlen()
Located at vendor/joomla/string/src/phputf8/str_split.php
Parameters summary
string |
$str |
UTF-8 encoded |
integer |
$split_len = 1 |
number to characters to split string by |
Return value summary
string
|
characters in string reverses |