SplStack::__construct> <SplDoublyLinkedList::valid
Last updated: Fri, 24 Feb 2012

The SplStack class

(PHP 5 >= 5.3.0)

Introdução

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

Sinopse da classe

SplStack extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Métodos */
__construct ( void )
void setIteratorMode ( int $mode )
/* Métodos herdados */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
mixed SplDoublyLinkedList::top ( void )
}

Índice



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

SplStack::__construct> <SplDoublyLinkedList::valid
Last updated: Fri, 24 Feb 2012