PHP - Operators
Which logical operator in PHP returns
true only if both conditions are true?true only if both conditions are true?&& returns true only if both conditions it connects are true.|| returns true if at least one condition is true, NOT ! negates a condition, and xor returns true if exactly one condition is true.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions