What is name of PHP '===' operator?

81. What is name of PHP "===" operator?

  1. Equal
  2. Safe Equal
  3. Identity
  4. Identical

Answer: D) Identical

Explanation:

The PHP "===" operator is known as the "Identical" operator and it is used to compare two operands and returns true if they are of the same type.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.