PHP Doku:: Disable the ability to load external entities - function.libxml-disable-entity-loader.html

Verlauf / Chronik / History: (33) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-Manipulationlibxmllibxml Funktionenlibxml_disable_entity_loader

Ein Service von Reinhard Neidl - Webprogrammierung.

libxml Funktionen

<<libxml_clear_errors

libxml_get_errors>>

libxml_disable_entity_loader

(PHP 5 >= 5.2.11)

libxml_disable_entity_loaderDisable the ability to load external entities

Beschreibung

ReturnType libxml_disable_entity_loader ([ bool $disable = TRUE ] )

Disable/enable the ability to load external entities.

Parameter-Liste

disable

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

Rückgabewerte

Returns the previous value.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)