| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
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 . RückgabewerteReturns a string with a textual description of the error code , or FALSE if no description was found. |