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

πŸ‘οΈ
41
Total Visits
πŸ“½οΈ
7 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
91%
Success Rate