πŸ“Š PHP
Q. Which of the following is used to check if a variable is set?
  • (A) isset()
  • (B) defined()
  • (C) check()
  • (D) set()
πŸ’¬ Discuss
βœ… Correct Answer: (A) isset()

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
50
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate