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

πŸ‘οΈ
44
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
97%
Success Rate