PHP 8.5.0 Beta 1 available for testing

Voting

: nine minus three?
(Example: nine)

The Note You're Voting On

cubefox at web dot NOSPAMPLEASE dot de
4 years ago
Warning: As the section "return values" mentions, the return value NULL is ambiguos. To repeat, it can mean three things:

* The input string had the value "null"
* There was an error while parsing the input data
* The encoded data was deeper than the recursion limit

To distinguish these cases, json_last_error() can be used.

<< Back to user notes page

To Top