gpt4 book ai didi

php - 逻辑运算符 - PHP 中的 'or' 与 '||'(双管道)

转载 作者:IT王子 更新时间:2023-10-29 00:17:09 25 4
gpt4 key购买 nike

<分区>

我一直使用 || (双管)用于 if (($a == $b) || ($a == $c)) { }or对于 do_this() or do_that(); .

为什么不 if (($a == $b) or ($a == $c)) { }do_this() || do_that();

是否有理由使用这两个逻辑运算符中的任何一个,或者这只是个人喜好?

这同样适用于 &&and ,其中我只使用 && .

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com