[PHP] json_last_error()

json_last_error() (funzione PHP) restituisce l’ultimo (eventuale) errore che si è verificato durante le operazioni di encoding/decoding JSON.

tips&tricks

Sintassi

json_last_error()
parametro descrizione
Nessuno

Esempi

in costruzione

/* RISULTATO
in costruzione
*/

Contenuti correlati

Fonti esterne

funzioni php, php

Related Articles

0 Comment