当前位置:主页 > 软件编程 > PHP代码 >

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

时间:2021-04-28 08:06:03 | 栏目:PHP代码 | 点击:

把函数:

set_magic_quotes_runtime($new_setting);

替换成:
ini_set("magic_quotes_runtime", $new_setting);

您可能感兴趣的文章:

相关文章