欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

PHP 用switch return 返回值有关问题

程序员文章站 2024-04-05 15:07:30
...
PHP 用switch return 返回值问题
public function banben(){

$this->load->library('LibUser');

$cc ;
switch ($this->libuser->getUserType()){
case 1:
$cc = $this->libuser->version("a");
break;
case 2:
$cc = $this->libuser->version("b");
case 6:
$cc = $this->libuser->version("c");
break;
default:
$cc = "没有数据";
break;
}
return $cc;
}
----------------------------------------------------
前提我不想用ifelse ,用switch 能不能 return 回去呢?大虾 出来PHP 用switch return 返回值有关问题
switch php library

网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • PHP 用switch return 返回值有关问题
  • 专题推荐

    作者信息
    PHP 用switch return 返回值有关问题

    认证0级讲师

    推荐视频教程
  • PHP 用switch return 返回值有关问题javascript初级视频教程
  • PHP 用switch return 返回值有关问题jquery 基础视频教程
  • 视频教程分类