_zend_hash_init

(no version information, might be only in CVS)

_zend_hash_init -- ...

说明

#include <zend_hash.h>

int _zend_hash_init ( HashTable* ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_DC )

...

参数

ht

...

nSize

...

pHashFunction

...

pDestructor

...

persistent ZEND_FILE_LINE_DC

...

返回值

...


add a note add a note User Contributed Notes
There are no user contributed notes for this page.