How are 'and' and && different?
Posted: Fri Nov 24, 2006 5:55 pm
What exactly is the difference between 'and' and '&&'?
Thanks.
Thanks.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
brendandonhue wrote:They have different precedence in the order of operations.
Oren wrote:They are not the same:
brendandonhue wrote:They have different precedence in the order of operations.
Read this for an explanation of Operator Precedencedibyendrah wrote:What is the difference then ? I didn't find any difference.
Oren wrote:They are not the same:
brendandonhue wrote:They have different precedence in the order of operations.