Query: xml_error_string
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML_ERROR_STRING(3) 1 XML_ERROR_STRING(3) xml_error_string - Get XML parser error stringSYNOPSISstring xml_error_string (int $code)DESCRIPTIONGets the XML parser error string associated with the given $code.PARAMETERSo $code - An error code from xml_get_error_code(3).RETURN VALUESReturns a string with a textual description of the error $code, or FALSE if no description was found.SEE ALSOxml_get_error_code(3). PHP Documentation Group XML_ERROR_STRING(3)