xml_error_string
Get XML parser error string
Description
string xml_error_string
( int $code
)
Parameters
-
code
-
An error code from xml_get_error_code.
Return Values
Returns a string with a textual description of the error
code
, or FALSE
if no description was found.