Method ADT.Queue()->put()


Method put

void put(mixed ... items)

Description

Adds items to the queue.

See also

get(), peek()