PHP Doku:: The SplQueue class - class.splqueue.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplQueue class

Ein Service von Reinhard Neidl - Webprogrammierung.

Datenstrukturen

<<SplStack::setIteratorMode

SplQueue::__construct>>


UnterSeiten:

The SplQueue class

Einführung

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

Klassenbeschreibung

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

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)