php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
libxml_clear_errors | ( | ) |
Definition at line 180 of file libxml.stub.php.
libxml_disable_entity_loader | ( | bool | $disable = true | ) |
Definition at line 183 of file libxml.stub.php.
libxml_get_errors | ( | ) |
Definition at line 178 of file libxml.stub.php.
libxml_get_external_entity_loader | ( | ) |
Definition at line 187 of file libxml.stub.php.
libxml_get_last_error | ( | ) |
Definition at line 175 of file libxml.stub.php.
libxml_set_external_entity_loader | ( | ?callable | $resolver_function | ) |
Definition at line 185 of file libxml.stub.php.
libxml_set_streams_context | ( | $context | ) |
resource | $context |
Definition at line 171 of file libxml.stub.php.
libxml_use_internal_errors | ( | ?bool | $use_errors = null | ) |
Definition at line 173 of file libxml.stub.php.
const LIBXML_BIGLINES = UNKNOWN |
Definition at line 112 of file libxml.stub.php.
const LIBXML_COMPACT = UNKNOWN |
Definition at line 97 of file libxml.stub.php.
const LIBXML_DOTTED_VERSION = UNKNOWN |
Definition at line 14 of file libxml.stub.php.
const LIBXML_DTDATTR = UNKNOWN |
Definition at line 47 of file libxml.stub.php.
const LIBXML_DTDLOAD = UNKNOWN |
Definition at line 42 of file libxml.stub.php.
const LIBXML_DTDVALID = UNKNOWN |
Definition at line 52 of file libxml.stub.php.
const LIBXML_ERR_ERROR = UNKNOWN |
Definition at line 153 of file libxml.stub.php.
const LIBXML_ERR_FATAL = UNKNOWN |
Definition at line 158 of file libxml.stub.php.
const LIBXML_ERR_NONE = UNKNOWN |
Definition at line 143 of file libxml.stub.php.
const LIBXML_ERR_WARNING = UNKNOWN |
Definition at line 148 of file libxml.stub.php.
const LIBXML_HTML_NODEFDTD = UNKNOWN |
Definition at line 137 of file libxml.stub.php.
const LIBXML_HTML_NOIMPLIED = UNKNOWN |
Definition at line 131 of file libxml.stub.php.
const LIBXML_LOADED_VERSION = UNKNOWN |
Definition at line 19 of file libxml.stub.php.
const LIBXML_NO_XXE = UNKNOWN |
Definition at line 36 of file libxml.stub.php.
const LIBXML_NOBLANKS = UNKNOWN |
Definition at line 67 of file libxml.stub.php.
const LIBXML_NOCDATA = UNKNOWN |
Definition at line 82 of file libxml.stub.php.
const LIBXML_NOEMPTYTAG = UNKNOWN |
Definition at line 117 of file libxml.stub.php.
const LIBXML_NOENT = UNKNOWN |
Definition at line 30 of file libxml.stub.php.
const LIBXML_NOERROR = UNKNOWN |
Definition at line 57 of file libxml.stub.php.
const LIBXML_NONET = UNKNOWN |
Definition at line 87 of file libxml.stub.php.
const LIBXML_NOWARNING = UNKNOWN |
Definition at line 62 of file libxml.stub.php.
const LIBXML_NOXMLDECL = UNKNOWN |
Definition at line 102 of file libxml.stub.php.
const LIBXML_NSCLEAN = UNKNOWN |
Definition at line 77 of file libxml.stub.php.
const LIBXML_PARSEHUGE = UNKNOWN |
Definition at line 107 of file libxml.stub.php.
const LIBXML_PEDANTIC = UNKNOWN |
Definition at line 92 of file libxml.stub.php.
const LIBXML_RECOVER = UNKNOWN |
Definition at line 25 of file libxml.stub.php.
const LIBXML_SCHEMA_CREATE = UNKNOWN |
Definition at line 124 of file libxml.stub.php.
const LIBXML_VERSION = UNKNOWN |
Definition at line 9 of file libxml.stub.php.
const LIBXML_XINCLUDE = UNKNOWN |
Definition at line 72 of file libxml.stub.php.