add_assoc_function
Add a function pointer to an assoc array
&reftitle.description;
#include <zend_API.h>
intadd_assoc_function
zval*arg
char*key
void(*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)
...
&reftitle.parameters;
arg
...
key
...
(*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)
...
&reftitle.returnvalues;
...