Login
Remember
Register
Ask a Question
What does the array operator '===' means?
+1
vote
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
What does the array operator '===' means?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
answered
Jun 23, 2019
by
anonymous
$a === $b TRUE if $a and $b have the same key/value pairs in the same order and of the same types.
...