(PHP 5 >= 5.5.0, PHP 7)
Returns the error string of the last json_encode() or json_decode() call
string json_last_error_msg ( void )
Returns:
Returns the error message on success, "No Error" if no error has occurred, or FALSE
on failure.
See also:
Please login to continue.