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

yii2如何判断是否是post提交表单

时间:2020-02-26 17:00

判断post提交

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

推荐教程:yii框架

判断get提交

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

更多编程相关内容,请关注gxlsystem.com编程入门栏目!

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

热门排行

今日推荐

热门手游