libxmlTable of Contents
The libXMLError classIntroductionContains various information about errors thrown by libxml. The error codes are described within the official » xmlError API documentation. Class synopsislibXMLError
class libXMLError
{
/* Properties */
public
int
$level
;
public
int
$code
;
public
int
$column
;
public
string
$message
;
public
string
$file
;
public
int
$line
;
}Properties
|