Query: splstack
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPLSTACK(3) 1 SPLSTACK(3) The SplStack classINTRODUCTIONThe SplStack class provides the main functionalities of a stack implemented using a doubly linked list.CLASS SYNOPSISSplStack SplStackextends SplDoublyLinkedListIteratorArrayAccessCountable Methods o SplStack::__construct (void ) o void SplStack::setIteratorMode (int $mode) Inherited methods o public void SplDoublyLinkedList::add (mixed $index, mixed $newval) o public mixed SplDoublyLinkedList::bottom (void ) o public int SplDoublyLinkedList::count (void ) o public mixed SplDoublyLinkedList::current (void ) o public int SplDoublyLinkedList::getIteratorMode (void ) o public bool SplDoublyLinkedList::isEmpty (void ) o public mixed SplDoublyLinkedList::key (void ) o public void SplDoublyLinkedList::next (void ) o public bool SplDoublyLinkedList::offsetExists (mixed $index) o public mixed SplDoublyLinkedList::offsetGet (mixed $index) o public void SplDoublyLinkedList::offsetSet (mixed $index, mixed $newval) o public void SplDoublyLinkedList::offsetUnset (mixed $index) o public mixed SplDoublyLinkedList::pop (void ) o public void SplDoublyLinkedList::prev (void ) o public void SplDoublyLinkedList::push (mixed $value) o public void SplDoublyLinkedList::rewind (void ) o public string SplDoublyLinkedList::serialize (void ) o public void SplDoublyLinkedList::setIteratorMode (int $mode) o public mixed SplDoublyLinkedList::shift (void ) o public mixed SplDoublyLinkedList::top (void ) o public void SplDoublyLinkedList::unserialize (string $serialized) o public void SplDoublyLinkedList::unshift (mixed $value) o public bool SplDoublyLinkedList::valid (void ) PHP Documentation Group SPLSTACK(3)
Related Man Pages |
---|
recursiveiteratoriterator(3) - php |
splqueue(3) - php |
oauth(3) - php |
pdostatement(3) - php |
recursivearrayiterator(3) - php |
Similar Topics in the Unix Linux Community |
---|
C++ Puzzled !! |
apparent non randomness in a public pgp key |
Recommended Solutions for Mass Command Execution |
Setting up private and public ip on same machine. |
Word wrap with sed |