[Top]
|
Method _next()
- Method
_next
mixed _next(mixed x)
- Description
Find the next object/array/mapping/multiset/program or string.
All objects, arrays, mappings, multisets, programs and strings are
stored in linked lists inside Pike. This function returns the next
item on the corresponding list. It is mainly meant for debugging
the Pike runtime, but can also be used to control memory usage.
- See also
next_object() , _prev()
|