Z_ARRVAL()
Submitted by Katrina Niolet on Fri, 06/29/2007 - 20:28.
Used to get the hash table contained in a zval
Z_ARRVAL(zval)
Returns:
HashTable*
Parameters:
| type | parameter | description |
|---|---|---|
| zval | zval | the zval container from which to get the hash table |
This will not convert the data to a hash table
This macro is for use on zval variables, for zval* use Z_ARRVAL_P and for zval** use Z_ARRVAL_PP
