PHP 8.5.0 Beta 3 available for testing

JSON 関数

目次

  • json_decode — JSON 文字列をデコードする
  • json_encode — 値を JSON 形式にして返す
  • json_last_error — 直近に発生したエラーを返す
  • json_last_error_msg — 直近の json_validate()、json_encode()、json_decode() の呼び出しのエラー文字列を返す
  • json_validate — 文字列が有効なJSONかどうかを調べる
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top