add_assoc_string

add_assoc_string -- 連想配列に string 値を追加する

説明

#include <zend_API.h>

int add_assoc_string ( zval* arg, char* key, char* str, int duplicate )

...

パラメータ

arg

...

key

...

str

...

duplicate

...

返り値

...