zend_hash_merge_ex

(no version information, might be only in CVS)

zend_hash_merge_ex -- ...

说明

#include <zend_hash.h>

void zend_hash_merge_ex ( HashTable* target, HashTable* source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void* pParam )

...

参数

target

...

source

...

pCopyConstructor

...

size

...

pMergeSource

...

pParam

...

返回值

...


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