πŸ“Š PHP
Q. What does isset() function do?
  • (A) Checks if a variable is empty
  • (B) Checks if a variable is set and not null
  • (C) Checks the data type
  • (D) Deletes a variable
πŸ’¬ Discuss
βœ… Correct Answer: (B) Checks if a variable is set and not null

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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