Use the following code to split a string into an array of characters. $chars = preg_split('//', $str, -1, PREG_SPLIT_NO_EMPTY); It uses the preg_split() PHP ...
確定! 回上一頁