πŸ“Š PHP
Q. Which PHP function checks if an array key exists?
  • (A) isset()
  • (B) array_key_exists()
  • (C) key_exists()
  • (D) has_key()
πŸ’¬ Discuss
βœ… Correct Answer: (B) array_key_exists()

Explanation: array_key_exists() checks key existence even if value is null.

Explanation by: Mr. Dubey
array_key_exists() checks key existence even if value is null.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate