LIBXMLERROR(3) 1 LIBXMLERROR(3)
The libXMLError class
INTRODUCTION
Contains various information about errors thrown by libxml. The error codes are described within the official xmlError API documentation.
CLASS SYNOPSIS
libXMLError
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$line
PROPERTIES
o $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)