首页 > 开发 > PHP > 正文

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

2024-05-04 22:08:57
字体:
来源:转载
供稿:网友
把函数:

set_magic_quotes_runtime($new_setting);

替换成:
ini_set("magic_quotes_runtime", $new_setting);
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表