Maison  >  Article  >  développement back-end  >  php Deprecated: Function set_magic_quotes_runtime() is depre_PHP教程

php Deprecated: Function set_magic_quotes_runtime() is depre_PHP教程

WBOY
WBOYoriginal
2016-07-13 10:55:341206parcourir

今天在做一程序时提示Deprecated: Function set_magic_quotes_runtime() is deprecated,后来网上搜索了一下才知道,原因是PHP 5.3以后的版本都不支持这个函数了。

解决办法

函数 set_magic_quotes_runtime() 在php5.3以后的版本可用

 代码如下 复制代码
ini_set(“magic_quotes_runtime”, 0)

来替换了,方法简单吧。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/632220.htmlTechArticle今天在做一程序时提示Deprecated: Function set_magic_quotes_runtime() is deprecated,后来网上搜索了一下才知道,原因是PHP 5.3以后的版本都不支持这个函...
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn