#operators

Ask Question

No description yet for this tag.

0 votes 1 answers 0 views
What is the difference between == and === in PHP?

== checks for value equality (with type juggling), while === checks for both value and type equality.

asked 2 months ago by chance