JSON Funzioni
PHP Manual

json_last_error_msg

(PHP 5 >= 5.5.0)

json_last_error_msgReturns the error string of the last json_encode() or json_decode() call

Descrizione

string json_last_error_msg ( void )

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the error message on success, "No Error" if no error has occurred, o FALSE in caso di fallimento.

Vedere anche:


JSON Funzioni
PHP Manual