码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-09-10 19:21:20      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   div   sp   log   c   new   r   

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

set_magic_quotes_runtime($newsetting);

替换成:

ini_set("magic_quotes_runtime", $newsetting); 

 

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

标签:style   blog   color   div   sp   log   c   new   r   

原文地址:http://www.cnblogs.com/afish/p/3964824.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!