PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplQueue::__construct> <SplStack::setIteratorMode
Last updated: Fri, 05 Sep 2008

view this page in

The SplQueue class

Introduction

The SplQueue class provides the main functionalities of a queue implemented using a doubly linked list.

Class synopsis

SplQueue
SplQueue extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Methods */
mixed SplQueue::dequeue ( void )
void SplQueue::enqueue ( mixed $value )
void SplQueue::setIteratorMode ( int $mode )
/* Inherited methods */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
mixed SplDoublyLinkedList::top ( void )
}

Table of Contents



add a note add a note User Contributed Notes
SplQueue
There are no user contributed notes for this page.

SplQueue::__construct> <SplStack::setIteratorMode
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites