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

Explanation: isset() checks if a variable is set and is not NULL.

Explanation by: Rati Dubey
isset() checks if a variable is set and is not NULL.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
97%
Success Rate