suche nach in der

SplStack::__construct> <SplDoublyLinkedList::valid
Last updated: Fri, 18 May 2012

view this page in

The SplStack class

(PHP 5 >= 5.3.0)

Einführung

The SplStack class provides the main functionalities of a stack implemented using a doubly linked list.

Klassenbeschreibung

SplStack extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Methoden */
__construct ( void )
void setIteratorMode ( int $mode )
/* Geerbte Methoden */
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 )
}

Inhaltsverzeichnis



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

SplStack::__construct> <SplDoublyLinkedList::valid
Last updated: Fri, 18 May 2012