#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).