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

πŸ‘οΈ
47
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
95%
Success Rate