判断post提交
if(Yii::$app->request->isPost){ return true; }else{ return false; }
推荐教程:yii框架
判断get提交
if(Yii::$app->request->isGet){ return true; }else{ return false; }
更多编程相关内容,请关注php中文网编程入门栏目!
以上就是yii2如何判断是否是post提交表单的详细内容,
欢迎分享,转载请注明来源:内存溢出
判断post提交
if(Yii::$app->request->isPost){ return true; }else{ return false; }
推荐教程:yii框架
判断get提交
if(Yii::$app->request->isGet){ return true; }else{ return false; }
更多编程相关内容,请关注php中文网编程入门栏目!
以上就是yii2如何判断是否是post提交表单的详细内容,
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)