Q. What does the isset() function return if the variable is set?

  • (A) true
  • (B) false
  • (C) 0
  • (D) null
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
Explanation: isset() returns true if the variable is set and not null.
Explanation by: Rati Dubey
isset() returns true if the variable is set and not null.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
93%
Success Rate