|
runkit7_zval_inspectReturns information about the passed in value with data types, reference counts, etc Description
array runkit7_zval_inspect(string
$value )Parameters
Return ValuesThe array returned by this function contains the following elements:
Examples
Example #1 runkit7_zval_inspect example
The above example will output: array(4) { ["address"]=> string(14) "0x7f45ab21b1e0" ["refcount"]=> int(2) ["is_ref"]=> bool(false) ["type"]=> int(8) } array(2) { ["address"]=> string(14) "0x7f45ab21b1e0" ["type"]=> int(4) } |