PHP Dokumentation: Function xml-error-string
12. Januar 2010 von werner
xml_error_string
(PHP 4, PHP 5)
xml_error_string — Get XML parser error string
Beschreibung
string xml_error_string ( int $code )
Gets the XML parser error string associated with the given code.
Parameter-Liste
- code
An error code from xml_get_error_code().
Rückgabewerte
Returns a string with a textual description of the error code, or FALSE if no description was found.
Siehe auch
- xml_get_error_code() – Get XML parser error code