GoLang libxml_disable_entity_loader

request it (269)
GoLang replacement for PHP's libxml_disable_entity_loader [edit | history]



Do you know a GoLang replacement for PHP's libxml_disable_entity_loader? Write it!

PHP libxml_disable_entity_loader

PHP original manual for libxml_disable_entity_loader [ show | php.net ]

libxml_disable_entity_loader

(PHP 5 >= 5.2.11, PHP 7)

libxml_disable_entity_loaderDisable the ability to load external entities

Description

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.

Return Values

Returns the previous value.

See Also