A

Admin • 833K Points
Coach

Q. Which function outputs information about a variable, including its type and value?

  • (A) print_r()
  • (B) var_dump()
  • (C) echo
  • (D) var_info()
  • Correct Answer - Option(B)
  • Views: 37
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

var_dump() provides detailed info about a variable including type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.