A

Admin • 802.91K Points
Coach

Q. Which of the following will output the type and value of a variable?

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

Explanation by: Admin
var_dump() displays structured information about variables including type and value.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.