libxml 関数
PHP Manual

libxml_disable_entity_loader

(PHP 5 >= 5.3.0)

libxml_disable_entity_loaderDisable the ability to load external entities

説明

ReturnType libxml_disable_entity_loader ([ bool $disable = TRUE ] )

Disable/enable the ability to load external entities.

パラメータ

disable

Disable (TRUE) or enable (FALSE) libxml extensions (such as DOM, XMLWriter and XMLReader) to load external entities.

返り値

Returns the previous value.

参考


libxml 関数
PHP Manual