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

search for in the

SplStack::__construct> <SplDoublyLinkedList::valid
Last updated: Fri, 10 Oct 2008

view this page in

The SplStack class

Einführung

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

Klassenbeschreibung

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

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, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites