json_last_error_msg (); 我遇到類似的問題,但與檔案大小無關。我在資料庫中的utf-8格式錯誤。您可以像這樣檢查您的json $json = json_encode($data); if ($json) echo ...
確定! 回上一頁