」工欲善其事,必先利其器。「—孔子《論語.錄靈公》
首頁 > 程式設計 > 為什麼`json_encode()`返回帶有單引號的屬性的空值?

為什麼`json_encode()`返回帶有單引號的屬性的空值?

發佈於2025-02-28
瀏覽:736

Why is `json_encode()` returning null values for properties with single quotes? 
json編碼失敗:用單個引號

在嘗試使用PHP的JSON_ENCODE()函數來編碼對象時,請經常遇到靜音失敗。 In this context, a user encountered an issue where encoding a stdClass object resulted in null values for properties containing single quotes.

Analysis

Upon examining the issue, it was discovered that the underlying cause was the inability of json_encode() to correctly handle characters outside the ASCII range.在十六進制中表示為\ x92的單引號特別有問題。

solution old(dempecated)api:

如果使用php 5.3.6或更早的php 5.3.6或更早。 UTF8_DECODE()將文本轉換為正確編碼的格式。但是,這可能並不總是產生所需的結果,因為它假定文本是在ISO-8859-1中編碼的。
最新教學 更多>

免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。

Copyright© 2022 湘ICP备2022001581号-3