Extracted from Pike v7.8 release 866 at 2018-02-07.
pike.ida.liu.se
[Top]
ADT
ADT.List
ADT.List()->_get_iterator

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


Method next

int(0..1) next()

Description

Advance to the next element in the list.

Returns

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

See also

prev()