gpt4 book ai didi

php - PHP 中的 if( $x=1 || $y=1) 和 if( $x=1 | $y=1) 有什么区别

转载 作者:可可西里 更新时间:2023-11-01 00:09:57 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Reference - What does this symbol mean in PHP?

这两个在php中有什么区别?

 if( $x==1 || $y==1)   if( $x==1 && $y==1)

对比(分别)

 if( $x==1 | $y==1)    if( $x==1 & $y==1)

据我所知,它们的工作原理相同 |与||在 php 中但必须有区别!!!

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