首頁  >  文章  >  後端開發  >  php set_magic_quotes_runtime() 函数过时解决办法

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

WBOY
WBOY原創
2016-06-13 13:26:131010瀏覽

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

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

set_magic_quotes_runtime($new_setting); 

替换成: 
ini_set(\"magic_quotes_runtime\", $new_setting);
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn