Q. What is the purpose of the PHP function isset()?

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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