zend_declare_property_ex

(no version information, might be only in CVS)

zend_declare_property_ex -- ...

说明

#include <zend_API.h>

int zend_declare_property_ex ( zend_class_entry* ce, char* name, int name_length, zval* property, int access_type, char* doc_comment, int doc_comment_len TSRMLS_DC )

...

参数

ce

...

name

...

name_length

...

property

...

access_type

...

doc_comment

...

doc_comment_len TSRMLS_DC

...

返回值

...


add a note add a note User Contributed Notes
There are no user contributed notes for this page.