Sponsored Content
Full Discussion: Conversing with Gollum
The Lounge What is on Your Mind? Conversing with Gollum Post 302086977 by puspendu on Tuesday 29th of August 2006 03:09:53 AM
Old 08-29-2006
My effort was to find out the stretch of Gollum and not indulge in any controversial discussion.
And thats the only reason i had mixed topics in the discussion.
I liked the idea suggested by "rhfrommn", i.e., the learning ability or evolving itself.
Is it possible with Gollum or it has a pre-defined set of answers?

~PG
 
SPLSTACK(3)								 1							       SPLSTACK(3)

The SplStack class

INTRODUCTION
The SplStack class provides the main functionalities of a stack implemented using a doubly linked list. CLASS SYNOPSIS
SplStack 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)
All times are GMT -4. The time now is 11:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy