PHP Doku:: Get XML parser error string - function.xml-error-string.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationXML ParserXML Parser Funktionenxml_error_string

Ein Service von Reinhard Neidl - Webprogrammierung.

XML Parser Funktionen

<<utf8_encode

xml_get_current_byte_index>>

xml_error_string

(PHP 4, PHP 5)

xml_error_stringGet 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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)