您的位置:首页 > 技术中心 > php框架 >

yii2判断是否是post方式提交

时间:2019-12-07 10:35

在controller里判断提交是不是通过post方式:

 if(Yii::$app->request->isPost){
        return true;  
 }else{
        return false;  
 }

判断get提交

if(Yii::$app->request->isGet){
    return true;
}else{
    return false;  
}

推荐:yii使用教程

以上就是yii2判断是否是post方式提交的详细内容,更多请关注gxlsystem.com其它相关文章!

热门排行

今日推荐

热门手游