PHP - Type Handling
What is the main difference between
== and === in PHP?== and === in PHP?==) converts types if needed and then compares values.===) checks both value and type without conversion.== compares values after type conversion, === compares value and type exactly -> Option A== compares values after type conversion, === compares value and type exactly [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions