zend_hash_internal_pointer_reset_ex

(no version information, might be only in CVS)

zend_hash_internal_pointer_reset_ex -- ...

说明

#include <zend_hash.h>

void zend_hash_internal_pointer_reset_ex ( HashTable* ht, HashPosition* pos )

...

参数

ht

...

pos

...

返回值

...


add a note add a note User Contributed Notes
npiguet at romandie dot com
23-Sep-2005 12:06
This function resets the internal pointer of a hastable to it's original position at the beginning of the array

Parameters:
ht: The hashtable you want to reset the pointer on
pos: The pointer you want to reset