您好,欢迎访问一九零五行业门户网

runtimeexception php set_magic_quotes_runtime 函数过时解决方法

把函数:
set_magic_quotes_runtime($new_setting);
替换成:
ini_set(magic_quotes_runtime, $new_setting);
以上就介绍了runtimeexception php set_magic_quotes_runtime 函数过时解决方法,包括了runtimeexception方面的内容,希望对php教程有兴趣的朋友有所帮助。
其它类似信息

推荐信息