首页 > 其他 > 详细

libxml_disable_entity_loader

时间:2017-01-24 16:00:34      阅读:1268      评论:0      收藏:0      [点我收藏+]

w避免加载外部实体字符。

http://php.net/manual/en/function.libxml-disable-entity-loader.php

libxml_disable_entity_loader — Disable 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 DOMXMLWriter and XMLReader) to load external entities.

Return Values ?

Returns the previous value.

See Also ?

libxml_disable_entity_loader

原文:http://www.cnblogs.com/yuanjiangw/p/6347075.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!