PHP 手册
上一页
下一页
zend_u_hash_init_ex
zend_u_hash_init_ex -- ...
说明
#include <zend_hash.h>
int
zend_u_hash_init_ex
( HashTable* ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool unicode, zend_bool bApplyProtection )
...
参数
ht
...
nSize
...
pHashFunction
...
pDestructor
...
persistent
...
unicode
...
bApplyProtection
...
返回值
...
上一页
起始页
下一页
zend_u_hash_func
上一级
zend_u_hash_init