zend_u_hash_init

zend_u_hash_init -- ...

説明

#include <zend_hash.h>

int zend_u_hash_init ( HashTable* ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool unicode )

...

パラメータ

ht

...

nSize

...

pHashFunction

...

pDestructor

...

persistent

...

unicode

...

返り値

...