Class providing a queue data structure
empty()
Remove all items from queue
has_more()
Return TRUE if there are more items in queue <logical>
length()
Return the number of items in queue <int>
pop()
Pop next item from queue (returns NULL if queue is empty)
push(item)
Push <item> onto queue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.