xml_error_string

(PHP 4, PHP 5, PHP 7)

xml_error_stringGet XML parser error string

Descrierea

xml_error_string ( int $code ) : string

Gets the XML parser error string associated with the given code.

Parametri

code

An error code from xml_get_error_code().

Valorile întoarse

Returns a string with a textual description of the error code, or FALSE if no description was found.

A se vedea și