in PHP by (32.2k points)
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 (32.2k points)
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma (32.2k points)
...