The SplStack class
Introduzione
The SplStack class provides the main functionalities of a stack implemented using a doubly linked list.
Sommario dellla classe
SplStack
class SplStack
extends
SplDoublyLinkedList
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Methods */
__construct
( void
)
/* Inherited methods */
}Indice dei contenuti
- SplStack::__construct — Constructs a new stack implemented using a doubly linked list
- SplStack::setIteratorMode — Sets the mode of iteration
SplStack
There are no user contributed notes for this page.
