next up previous contents
Next: php_iterator::operator++ Up: Function Reference Previous: php_iterator::go_to_start   Contents

php_iterator::operator-

#include "php_arr.h"

void 
php_iterator::operator--(int ignore);

Description: Move the iterator to the previous element in the php_array. If it was previously on the first element the iterator will no longer be valid after this operation. The client should always call php_iterator::done before trying to access data at the new iterator position. The ignore parameter just indicates that this is a postfix expression.



Andrew Bosworth 2008-03-24