πŸ“Š PHP
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

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