πŸ“Š PHP
Q. Which PHP function is used to check whether a variable is empty?
  • (A) is_null()
  • (B) isset()
  • (C) empty()
  • (D) check()
πŸ’¬ Discuss
βœ… Correct Answer: (C) empty()

Explanation: empty() checks whether a variable is empty.

Explanation by: Admin
empty() checks whether a variable is empty.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
94%
Success Rate