xml_error_string

(PHP 4, PHP 5, PHP 7, PHP 8)

xml_error_stringRestituisce la stringa di errore dal parser XML

Descrizione

xml_error_string(int $code): string

Restituisce la stringa di errore dal parser XML associata al code fornito.

Elenco dei parametri

code

Un codice di errore da xml_get_error_code().

Valori restituiti

Restituisce una stringa con una descrizione testuale del code di errore, o false se non viene trovata nessuna descrizione.

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top