zend_declare_property_string
zend_declare_property_string -- ...
Description
#include <zend_API.h>
int 
zend_declare_property_string ( zend_class_entry* ce, char* name, int name_length, char* value, int access_type, magic TSRMLS_DC )
   ...
  
Parameters
   
- ce
 
       ...
      
- name
 
       ...
      
- name_length
 
       ...
      
- value
 
       ...
      
- access_type
 
       ...
      
- TSRMLS_DC
 
       ...