Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me what does the array operator ‘===’ means?

$a === $b TRUE if $a and $b have the same key/value pairs in the same order and of the same types.

 147 views

More Questions for you: