码迷,mamicode.com
首页 > Web开发 > 详细

PHP 17 - 字符串get_magic_quotes_runtime

时间:2016-01-14 16:04:46      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

get_magic_quotes_runtime 获取外部文件及数据库资料时是否进行转义。

set_magic_quotes_runtime 设置是否进行转义。参数1表示开启,0表示关闭。一般情况下,关闭。

get_magic_quotes_gpc() 得到是否设置了对表单、对cookie、session的转义。

 

strip_tags()去除html, xml, php的标签项,只剩下文本。

 

PHP 17 - 字符串get_magic_quotes_runtime

标签:

原文地址:http://www.cnblogs.com/hqt2050/p/5130217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!