字符串操作函数6!!

1、 get_magic_quotes_runtime() 获得外部文件及数据库资料室是否经进行转义
       set_magic_quotes_runtime() 设置获得外部文件及数据库资料室是否经进行转义        其中1表示开启,0表示关闭    一般是出于关闭
       strip_tags() 去除html xml php的标签项 第二个参数是保留标签




原文地址:https://www.cnblogs.com/muxiaoye/p/469a98ddae22256391f3dbf67b51072e.html