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
![]() | zend_hash_internal_pointer_reset_ex说明#include <zend_hash.h> void zend_hash_internal_pointer_reset_ex ( HashTable* ht, HashPosition* pos )... ![]()
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 | ![]() |