PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

導入> <xptr_new_context
Last updated: Fri, 29 Aug 2008

view this page in

libxml

phpdoc:classref

The libXMLError class

導入

Contains various informations about errors thrown by libxml.

クラス概要

libXMLError
class libXMLError {
/* Properties */
public int $level ;
public int $code ;
public int $column ;
public string $message ;
public string $file ;
public int $line ;
}

プロパティ

level

the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL)

code

The error's code.

column

The column where the error occurred.

注意: This property isn't entirely implemented in libxml and therefore 0 is often returned.

message

The error message, if any.

file

The filename, or empty if the XML was loaded from a string.

line

The line where the error occurred.

/phpdoc:classref

add a note add a note User Contributed Notes
libxml
There are no user contributed notes for this page.

導入> <xptr_new_context
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites