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

php_iterator::done

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



Andrew Bosworth 2008-03-24