zend_hash_get_current_key_ex
zend_hash_get_current_key_ex -- ...
Description
#include <zend_hash.h>
int 
zend_hash_get_current_key_ex ( HashTable* ht, char** str_index, uint* str_length, ulong* num_index, zend_bool duplicate, HashPosition* pos )
   ...
  
Parameters
   
- ht
 
       ...
      
- str_index
 
       ...
      
- str_length
 
       ...
      
- num_index
 
       ...
      
- duplicate
 
       ...
      
- pos
 
       ...