为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我会报这个错误


    function daddslashes($str){

        return (!get_magic_quotes_gpc())?addslashes($str):$str;

    }



Description Resource Path Location Type

Call to undefined function 'addslashes' function.php /MVC/mvc line 31 PHP Semantic Problem

Description Resource Path Location Type

Call to undefined function 'get_magic_quotes_gpc' function.php /MVC/mvc line 31 PHP Semantic Problem


正在回答

2 回答

addslashes 是php内置函数呀。你检查下php的环境


0 回复 有任何疑惑可以回复我~

addslashes 不是PHP的内置函数吗

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我会报这个错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信