(PHP 5 >= 5.2.11, PHP 7)
Disable the ability to load external entities
bool libxml_disable_entity_loader ([ bool $disable = true ] )
Disable/enable the ability to load external entities.
Parameters:
disable
Disable (TRUE
) or enable (FALSE
) libxml extensions (such as DOM, XMLWriter and XMLReader) to load external entities.
Returns:
Returns the previous value.
See also:
Please login to continue.