add_assoc_function
add_assoc_function -- 連想配列に関数ポインタを追加する
説明
#include <zend_API.h>
int
add_assoc_function ( zval* arg, char* key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS) )
...
パラメータ
- arg
...
- key
...
- (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)
...