json_last_error_msg
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
json_last_error_msg — 返回最後一次呼叫 json_encode() 或 json_decode() 時產生的錯誤資訊
說明
json_last_error_msg(): string
當沒有設定 JSON_THROW_ON_ERROR
參數時,返回最後一次呼叫 json_encode() 或 json_decode()
產生的錯誤資訊。
參數
此函式沒有參數。
返回值
成功則返回錯誤資訊,如果沒有錯誤產生則返回 "No error"
。