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, 01 Aug 2008

view this page in

The SplStack class

Introducere

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

Sinopsisul clasei

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

Cuprins



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