Extracted from Pike v7.8 release 866 at 2016-09-30.
pike.ida.liu.se
[Top]
ADT
ADT.List
ADT.List()->_get_iterator

Method ADT.List()->_get_iterator()->prev()


Method prev

int(0..1) prev()

Description

Retrace to the previous element in the list.

Returns

Returns 1 on success, and 0 (zero) at the beginning of the list.

See also

next()