zend_hash_copy
(no version information, might be only in CVS)
zend_hash_copy -- ...
Description
#include <zend_hash.h>
void
zend_hash_copy ( HashTable* target, HashTable* source, copy_ctor_func_t pCopyConstructor, void* tmp, uint size )
...
Parameters
- target
...
- source
...
- pCopyConstructor
...
- tmp
...
- size
...