str_split () will split into bytes, rather than characters when dealing with a multi-byte encoded string. Use mb_str_split() to split the string into code points ...
確定! 回上一頁