PHP 手册
后退
前进
zend_read_property
(no version information, might be only in CVS)
zend_read_property -- ...
说明
#include <zend_API.h>
zval*
zend_read_property
( zend_class_entry* scope, zval* object, char* name, int name_length, zend_bool silent TSRMLS_DC )
...
参数
scope
...
object
...
name
...
name_length
...
silent TSRMLS_DC
...
返回值
...
后退
起点
前进
zend_print_zval
上一级
zend_register_functions