Struktury danych
PHP Manual

The SplStack class

Wstęp

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

Krótki opis klasy

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

Spis treści


Struktury danych
PHP Manual