PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In Java using single & could be used as bitwise operator,,, and could be used in if statement to force the compiler to execute both operands, but "&&" in if statement will get false if one of the two operands get false. so is the scenario is the same in php ??