Query: libxmlerror
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIBXMLERROR(3) 1 LIBXMLERROR(3) The libXMLError classINTRODUCTIONContains various information about errors thrown by libxml. The error codes are described within the official xmlError API documentation.CLASS SYNOPSISlibXMLError libXMLError Properties o public int$level o public int$code o public int$column o public string$message o public string$file o public int$linePROPERTIESo $level - the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL) o $code - The error's code. o $column - The column where the error occurred. Note This property isn't entirely implemented in libxml and therefore 0 is often returned. o $message - The error message, if any. o $file -The filename, or empty if the XML was loaded from a string. o $line - The line where the error occurred. PHP Documentation Group LIBXMLERROR(3)
Related Man Pages |
---|
cairoimagesurface(3) - php |
directoryiterator(3) - php |
spldoublylinkedlist(3) - php |
yaf_request_simple(3) - php |
yaf_session(3) - php |