[PHP] json_last_error_msg()

json_last_error_msg() (funzione PHP) restituisce, sotto forma di stringa, l’ultimo (eventuale) errore che si è verificato durante le operazioni di encoding/decoding JSON.

tips&tricks

Sintassi

json_last_error_msg()
parametro descrizione
Nessuno

Esempi

in costruzione

/* RISULTATO
in costruzione
*/

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

funzioni php, php

Related Articles

0 Comment