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

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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