PHP Manual by the PHP Documentation Group php.net
debug_zval_dump
(PHP 4 >= 4.2.0, PHP 5)
debug_zval_dump -- Dumps a string representation of an internal zend value to output
Description
void
debug_zval_dump ( mixed variable)
Dumps a string representation of an internal zend value to output.
Parameter List
- variable
The variable being evaluated.
Return Values
No value is returned.
Examples
Example 1. debug_zval_dump() example
<?php $var1 = 'Hello World'; $var2 = '';
$var2 =& $var1;
debug_zval_dump($var1); ?>
|
The above example will output: string(11) "Hello World" refcount(1) |
|
© 2001 - 2009 CYGAD.NET | All rights reserved. |
Terms of Service |
About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 0.4742
Optimized for

Internet Explorer 6.0+,

Firefox 1.5+!