πŸ“Š PHP
Q. Which function checks if a variable is NULL?
  • (A) is_null()
  • (B) isempty()
  • (C) empty()
  • (D) check_null()
πŸ’¬ Discuss
βœ… Correct Answer: (A) is_null()

Explanation: is_null() returns true if the variable is NULL.

Explanation by: Rati Dubey
is_null() returns true if the variable is NULL.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
44
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
81%
Success Rate