json_decode ( preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $json_string), true );. It could be the encoding of the special characters. You could ask ...
確定! 回上一頁