duanlu1922 2018-01-28 19:39
浏览 78
已采纳

我如何将2个用户排名合并为一个

Okay im stumped as im wondering how would i merge 2 user ranks into one.

1st user rank <?php if ($user -> isAdmin($odb)) { ?>

2nd user rank <?php if ($user -> isStaff($odb)) { ?>

  • 写回答

3条回答 默认 最新

  • doudengjin8251 2018-01-28 20:10
    关注

    The "or" is actually not needed.
    Your functions seems to return a boolean answer.
    And boolean can be interpreted as 0 and 1 in a if.

    if ($user -> isAdmin($odb) + $user -> isStaff($odb))
    

    So by adding them together you get an answer from 0-2.
    Where 0 is false, false and true, true is 2.
    Since 1 and 2 is interpreted as true in PHP it will work without the or.

    Try it out here: https://3v4l.org/rWf6C

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 mmocr的训练错误,结果全为0
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀