首页  >  文章  >  php教程  >  php set_magic_quotes_runtime() 函数过时解决方法

php set_magic_quotes_runtime() 函数过时解决方法

WBOY
WBOY原创
2016-06-06 20:34:271151浏览

PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.

把函数:

set_magic_quotes_runtime($new_setting);

替换成:
ini_set("magic_quotes_runtime", $new_setting);
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn