libxml_disable_entity_loader
(PHP 5 >= 5.2.11)
libxml_disable_entity_loader — Disable the ability to load external entities
Descrierea
ReturnType libxml_disable_entity_loader
([ bool $disable = TRUE
] )
Disable/enable the ability to load external entities.
Parametri
- disable
-
Disable (TRUE) or enable (FALSE) libxml extensions (such as DOM, XMLWriter and XMLReader) to load external entities.
Valorile întroarse
Returns the previous value.
Vedeţi de asemenea
- libxml_use_internal_errors() - Disable libxml errors and allow user to fetch error information as needed
- The LIBXML_NONET constant
libxml_disable_entity_loader
There are no user contributed notes for this page.
