The SplStack class

(PHP 5 >= 5.3.0)

Введение

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

Обзор классов

SplStack extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Методы */
__construct ( void )
void setIteratorMode ( int $mode )
/* Наследуемые методы */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
mixed SplDoublyLinkedList::top ( void )
}

Содержание


Участник рейтинга Тэглайн 2010