当前位置:Gxlcms > PHP教程 > runtimeexceptionphpset_magic_quotes_runtime函数过时解决方法

runtimeexceptionphpset_magic_quotes_runtime函数过时解决方法

时间:2021-07-01 10:21:17 帮助过:4人阅读

把函数:
set_magic_quotes_runtime($new_setting);
替换成:
ini_set("magic_quotes_runtime", $new_setting);

以上就介绍了runtimeexception php set_magic_quotes_runtime 函数过时解决方法,包括了runtimeexception方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行