PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

JSON 関数> <リソース型
Last updated: Fri, 09 Jan 2009

view this page in

定義済み定数

以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。

次の定数は、json_last_error() が返すエラーの型を表します。 これらはすべて、PHP 5.3.0 以降で使用可能です。

JSON_ERROR_NONE (integer)
エラーが発生しませんでした。
JSON_ERROR_DEPTH (integer)
スタックの深さが最大に達しました。
JSON_ERROR_CTRL_CHAR (integer)
制御文字エラー。おそらくエンコードが間違っています。
JSON_ERROR_SYNTAX (integer)
構文エラー。


add a note add a note User Contributed Notes
定義済み定数
There are no user contributed notes for this page.

JSON 関数> <リソース型
Last updated: Fri, 09 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites