next up previous contents
Next: php_iterator::go_to_end Up: Function Reference Previous: php_iterator::get_key_long   Contents

php_iterator::get_key_type

#include "php_arr.h"

php_type 
php_iterator::get_key_type();

Description: Return the data type of the key at the current position of the iterator. See php_ret for the list of types.

Errors: It is an error to call this function on an iterator in an invalid position (see php_iterator::done).



Andrew Bosworth 2008-03-24