πŸ“Š PHP
Q. Which PHP function checks if a variable is set and not NULL?
  • (A) is_set()
  • (B) isset()
  • (C) check()
  • (D) notnull()
πŸ’¬ Discuss
βœ… Correct Answer: (B) isset()

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
2 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
87%
Success Rate