That will strip invalid characters from UTF-8 strings (so that you can insert it ... $byte2 = dechex(128+(hexdec($substring)%64)); } $utf8 .= $byte1.$byte2;
確定! 回上一頁