Which of the following PHP array operators signifies non-identity?

a. !==
b. !=
c. <>
d. `===

d. `===

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT an optical storage device?

A) CD B) Flash drive C) Blu-ray D) DVD

Computer Science & Information Technology

Which of the following is a variable declaration statement?

a. int total; b. #include c. int main() d. // first string entered by user

Computer Science & Information Technology