Q. Which of the following will output the type and value of a variable?
β
Correct Answer: (A)
var_dump()
Explanation: var_dump() displays structured information about variables including type and value.