Z_OBJ_HT()
Submitted by Katrina Niolet on Fri, 06/29/2007 - 21:10.
Used to get the zend_object_handlers contained in a zval
Z_OBJ_HT(zval)
Returns:
zend_object_handlers*
Parameters:
| type | parameter | description |
|---|---|---|
| zval | zval | the zval container from which to get the zend_object_handlers |
This will not convert the data to an object
This macro is for use on zval variables, for zval* use Z_OBJ_HT_P and for zval** use Z_OBJ_HT_PP
