zend_declare_property_double
(no version information, might be only in CVS)
zend_declare_property_double -- ...
Description
#include <zend_API.h>
int
zend_declare_property_double ( zend_class_entry* ce, char* name, int name_length, double value, int access_type TSRMLS_DC )
...
Parameters
- ce
...
- name
...
- name_length
...
- value
...
- access_type TSRMLS_DC
...