+1 vote
in PHP by
What does the array operator '===' means?

1 Answer

+1 vote
by

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

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...