JavaScript Object Notation
- 導入
- インストール/設定
- 定義済み定数
- JsonSerializable — JsonSerializable インターフェイス
- JsonSerializable::jsonSerialize — JSON にシリアライズしたいデータを指定する
- JSON 関数
- json_decode — JSON 文字列をデコードする
- json_encode — 値を JSON 形式にして返す
- json_last_error_msg — Returns the error string of the last json_encode() or json_decode() call
- json_last_error — 直近に発生したエラーを返す
There are no user contributed notes for this page.
