请问为什么出错

来源:3-3 [MVC实例]制作第一个模型程序

慕粉3914370

2016-12-27 22:04

  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


写回答 关注

1回答

  • dky
    2016-12-27 22:05:27
    已采纳

    addslashes 是php内置函数

MVC架构模式分析与设计

通过学习MVC理论知识,由浅入深带您实现人生第一个MVC框架

82400 学习 · 929 问题

查看课程

相似问题