πŸ“Š PHP
Q. Which of the following is used to get the type of a variable?
  • (A) gettype()
  • (B) typeof()
  • (C) type()
  • (D) var_type()
πŸ’¬ Discuss
βœ… Correct Answer: (A) gettype()

Explanation: gettype() returns the type of a given PHP variable.

Explanation by: Mr. Dubey
gettype() returns the type of a given PHP variable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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