0

What is the difference between == and === in PHP?

Asked 2 months ago · Viewed 0 times
== checks for value equality (with type juggling), while === checks for both value and type equality.
asked by chance

No comments yet.

1 Answer

0
== checks for value equality (with type juggling), while === checks for both value and type equality.
answered 2 months ago by chance

No comments yet.

Your Answer