Extracted from Pike v7.4 release 341 at 2005-11-30.
[Top]
predef::
ADT
ADT.Queue
cast()
create()
flush()
get()
is_empty()
peek()
put()
read()
write()
ADT.Queue()->read()
ADT.Stack
Method ADT.Queue()->write()
Method
write
void
write
(
mixed
item
)
void
put
(
mixed
item
)
Description
Adds the
item
to the queue.