JSON Functions
Table of Contents
- json_decode — Decodes a JSON string
- json_encode — Returns the JSON representation of a value
- json_last_error — Returns the last error occurred
- json_last_error_msg — Returns the error string of the last json_validate(), json_encode() or json_decode() call
- json_validate — Checks if a string contains valid JSON
+add a note
User Contributed Notes
There are no user contributed notes for this page.