Home > PHP > Function > Variable handling > debug_zval_dump()

debug_zval_dump()

debug_zval_dump - Dumps a string representation of an internal zend value to output

Syntax

debug_zval_dump (mixed $variable)

Arguments

  • variable - The variable being evaluated.

Description

Dumps a string representation of an internal zend value to output.

Version

PHP 4.2.0, 5

Return value

No value is returned.