add_assoc_function

add_assoc_function -- Ajoute un pointeur de fonction à un tableau associatif

Description

#include <zend_API.h>

int add_assoc_function ( zval* arg, char* key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS) )

...

Liste de paramètres

arg

...

key

...

(*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)

...

Valeurs de retour

...