PHP Manual
Prev
Next
zend_u_hash_find
zend_u_hash_find -- ...
Description
#include <zend_hash.h>
int
zend_u_hash_find
( HashTable* ht, zend_uchar type, void* arKey, uint nKeyLength, void** pData )
...
Parameters
ht
...
type
...
arKey
...
nKeyLength
...
pData
...
Return Values
...
Prev
Home
Next
zend_u_hash_exists
Up
zend_u_hash_func