πŸ“Š PHP
Q. Which PHP function returns the type of a variable as a string?
  • (A) get_type()
  • (B) typeof()
  • (C) gettype()
  • (D) var_type()
πŸ’¬ Discuss
βœ… Correct Answer: (C) gettype()

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
22 h ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate