php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
libxml.stub.php File Reference

Go to the source code of this file.

Data Structures

class  LibXMLError
 

Functions

 libxml_set_streams_context ($context)
 
 libxml_use_internal_errors (?bool $use_errors=null)
 
 libxml_get_last_error ()
 
 libxml_get_errors ()
 
 libxml_clear_errors ()
 
 libxml_disable_entity_loader (bool $disable=true)
 
 libxml_set_external_entity_loader (?callable $resolver_function)
 
 libxml_get_external_entity_loader ()
 

Variables

const LIBXML_VERSION = UNKNOWN
 
const LIBXML_DOTTED_VERSION = UNKNOWN
 
const LIBXML_LOADED_VERSION = UNKNOWN
 
const LIBXML_RECOVER = UNKNOWN
 
const LIBXML_NOENT = UNKNOWN
 
const LIBXML_NO_XXE = UNKNOWN
 
const LIBXML_DTDLOAD = UNKNOWN
 
const LIBXML_DTDATTR = UNKNOWN
 
const LIBXML_DTDVALID = UNKNOWN
 
const LIBXML_NOERROR = UNKNOWN
 
const LIBXML_NOWARNING = UNKNOWN
 
const LIBXML_NOBLANKS = UNKNOWN
 
const LIBXML_XINCLUDE = UNKNOWN
 
const LIBXML_NSCLEAN = UNKNOWN
 
const LIBXML_NOCDATA = UNKNOWN
 
const LIBXML_NONET = UNKNOWN
 
const LIBXML_PEDANTIC = UNKNOWN
 
const LIBXML_COMPACT = UNKNOWN
 
const LIBXML_NOXMLDECL = UNKNOWN
 
const LIBXML_PARSEHUGE = UNKNOWN
 
const LIBXML_BIGLINES = UNKNOWN
 
const LIBXML_NOEMPTYTAG = UNKNOWN
 
const LIBXML_SCHEMA_CREATE = UNKNOWN
 
const LIBXML_HTML_NOIMPLIED = UNKNOWN
 
const LIBXML_HTML_NODEFDTD = UNKNOWN
 
const LIBXML_ERR_NONE = UNKNOWN
 
const LIBXML_ERR_WARNING = UNKNOWN
 
const LIBXML_ERR_ERROR = UNKNOWN
 
const LIBXML_ERR_FATAL = UNKNOWN
 

Function Documentation

◆ libxml_clear_errors()

libxml_clear_errors ( )

Definition at line 180 of file libxml.stub.php.

◆ libxml_disable_entity_loader()

libxml_disable_entity_loader ( bool $disable = true)

Definition at line 183 of file libxml.stub.php.

◆ libxml_get_errors()

libxml_get_errors ( )
Returns
array<int, LibXMLError>

Definition at line 178 of file libxml.stub.php.

◆ libxml_get_external_entity_loader()

libxml_get_external_entity_loader ( )

Definition at line 187 of file libxml.stub.php.

◆ libxml_get_last_error()

libxml_get_last_error ( )

Definition at line 175 of file libxml.stub.php.

◆ libxml_set_external_entity_loader()

libxml_set_external_entity_loader ( ?callable $resolver_function)

Definition at line 185 of file libxml.stub.php.

◆ libxml_set_streams_context()

libxml_set_streams_context ( $context)
Parameters
resource$context

Definition at line 171 of file libxml.stub.php.

◆ libxml_use_internal_errors()

libxml_use_internal_errors ( ?bool $use_errors = null)

Definition at line 173 of file libxml.stub.php.

Variable Documentation

◆ LIBXML_BIGLINES

const LIBXML_BIGLINES = UNKNOWN

Definition at line 112 of file libxml.stub.php.

◆ LIBXML_COMPACT

const LIBXML_COMPACT = UNKNOWN

Definition at line 97 of file libxml.stub.php.

◆ LIBXML_DOTTED_VERSION

const LIBXML_DOTTED_VERSION = UNKNOWN

Definition at line 14 of file libxml.stub.php.

◆ LIBXML_DTDATTR

const LIBXML_DTDATTR = UNKNOWN

Definition at line 47 of file libxml.stub.php.

◆ LIBXML_DTDLOAD

const LIBXML_DTDLOAD = UNKNOWN

Definition at line 42 of file libxml.stub.php.

◆ LIBXML_DTDVALID

const LIBXML_DTDVALID = UNKNOWN

Definition at line 52 of file libxml.stub.php.

◆ LIBXML_ERR_ERROR

const LIBXML_ERR_ERROR = UNKNOWN

Definition at line 153 of file libxml.stub.php.

◆ LIBXML_ERR_FATAL

const LIBXML_ERR_FATAL = UNKNOWN

Definition at line 158 of file libxml.stub.php.

◆ LIBXML_ERR_NONE

const LIBXML_ERR_NONE = UNKNOWN

Definition at line 143 of file libxml.stub.php.

◆ LIBXML_ERR_WARNING

const LIBXML_ERR_WARNING = UNKNOWN

Definition at line 148 of file libxml.stub.php.

◆ LIBXML_HTML_NODEFDTD

const LIBXML_HTML_NODEFDTD = UNKNOWN

Definition at line 137 of file libxml.stub.php.

◆ LIBXML_HTML_NOIMPLIED

const LIBXML_HTML_NOIMPLIED = UNKNOWN

Definition at line 131 of file libxml.stub.php.

◆ LIBXML_LOADED_VERSION

const LIBXML_LOADED_VERSION = UNKNOWN

Definition at line 19 of file libxml.stub.php.

◆ LIBXML_NO_XXE

const LIBXML_NO_XXE = UNKNOWN

Definition at line 36 of file libxml.stub.php.

◆ LIBXML_NOBLANKS

const LIBXML_NOBLANKS = UNKNOWN

Definition at line 67 of file libxml.stub.php.

◆ LIBXML_NOCDATA

const LIBXML_NOCDATA = UNKNOWN

Definition at line 82 of file libxml.stub.php.

◆ LIBXML_NOEMPTYTAG

const LIBXML_NOEMPTYTAG = UNKNOWN

Definition at line 117 of file libxml.stub.php.

◆ LIBXML_NOENT

const LIBXML_NOENT = UNKNOWN

Definition at line 30 of file libxml.stub.php.

◆ LIBXML_NOERROR

const LIBXML_NOERROR = UNKNOWN

Definition at line 57 of file libxml.stub.php.

◆ LIBXML_NONET

const LIBXML_NONET = UNKNOWN

Definition at line 87 of file libxml.stub.php.

◆ LIBXML_NOWARNING

const LIBXML_NOWARNING = UNKNOWN

Definition at line 62 of file libxml.stub.php.

◆ LIBXML_NOXMLDECL

const LIBXML_NOXMLDECL = UNKNOWN

Definition at line 102 of file libxml.stub.php.

◆ LIBXML_NSCLEAN

const LIBXML_NSCLEAN = UNKNOWN

Definition at line 77 of file libxml.stub.php.

◆ LIBXML_PARSEHUGE

const LIBXML_PARSEHUGE = UNKNOWN

Definition at line 107 of file libxml.stub.php.

◆ LIBXML_PEDANTIC

const LIBXML_PEDANTIC = UNKNOWN

Definition at line 92 of file libxml.stub.php.

◆ LIBXML_RECOVER

const LIBXML_RECOVER = UNKNOWN

Definition at line 25 of file libxml.stub.php.

◆ LIBXML_SCHEMA_CREATE

const LIBXML_SCHEMA_CREATE = UNKNOWN

Definition at line 124 of file libxml.stub.php.

◆ LIBXML_VERSION

const LIBXML_VERSION = UNKNOWN

Definition at line 9 of file libxml.stub.php.

◆ LIBXML_XINCLUDE

const LIBXML_XINCLUDE = UNKNOWN

Definition at line 72 of file libxml.stub.php.