ZEND_FENTRY()
Submitted by Katrina Niolet on Thu, 06/21/2007 - 06:03.
Define a function for use in a zend_function_entry
ZEND_FENTRY(zend_name, name, arg_info, flags)
| type | parameter | description |
|---|---|---|
| text | zend_name | userspace name of the function |
| text | internal | name of the function |
| zend_arg_info* | arg_info | |
| zend_uint | num_args | number of arguments |
| zend_uint | flags |
Alias for "{ #zend_name, name, arg_info, (zend_uint) (sizeof(arg_info)/sizeof(struct _zend_arg_info)-1), flags },"
