_zend_hash_quick_add_or_update
(no version information, might be only in CVS)
_zend_hash_quick_add_or_update -- ...
Description
#include <zend_hash.h>
int
_zend_hash_quick_add_or_update ( HashTable* ht, char* arKey, uint nKeyLength, ulong h, void* pData, uint nDataSize, void** pDest, int flag ZEND_FILE_LINE_DC )
...
Parameters
- ht
...
- arKey
...
- nKeyLength
...
- h
...
- pData
...
- nDataSize
...
- pDest
...
- flag ZEND_FILE_LINE_DC
...