#include "php_arr.h" bool php_iterator::done();
Description: Returns true if and only if the iterator no longer points to a valid php_array element, either because the array is empty or the iterator has been advanced beyond the bounds of the array in either direction.