#include "php_arr.h" php_type php_iterator::get_data_type();
Description: Returns the data type of the value 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).