qq_唐风依旧_0
2016-09-28 11:17
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
addslashes 是php内置函数呀。你检查下php的环境
addslashes 不是PHP的内置函数吗
MVC架构模式分析与设计
82396 学习 · 929 问题
相似问题