add_assoc_string_ex
add_assoc_string_ex -- バイナリセーフなキーを用いて、連想配列に 
string 値を追加する
説明
#include <zend_API.h>
int 
add_assoc_string_ex ( zval* arg, char* key, uint key_len, char* str, int duplicate )
   ...
  
パラメータ
   
- arg
 
       ...
      
- key
 
       ...
      
- key_len
 
       ...
      
- str
 
       ...
      
- duplicate
 
       ...