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

search for in the

SplQueue::__construct> <SplStack::setIteratorMode
[edit] Last updated: Fri, 17 May 2013

view this page in

The SplQueue class

(PHP 5 >= 5.3.0)

Giriş

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

Sınıf Sözdizimi

SplQueue extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Yöntemler */
__construct ( void )
mixed dequeue ( void )
void enqueue ( mixed $value )
void setIteratorMode ( int $mode )
/* Miras alınan yöntemler */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
public string SplDoublyLinkedList::serialize ( void )
mixed SplDoublyLinkedList::top ( void )
public void SplDoublyLinkedList::unserialize ( string $serialized )
}

İçindekiler



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites