PHP Classes

Classes of Brian Price

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Brian Price (1)  >  Mission progress status  >  Reputation  
Picture of Brian Price
Name: Brian Price <contact>
Classes: 1
Country: Canada Canada
Age: 37
All time rank: 356178 in Canada Canada
Week rank: 195 Up5 in Canada Canada Up
All time users: 397
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Stack Array  
Manage a stack of data values
This class can be used to manage a stack of data values.

It can push and pop values of arbitrary types from the top of the stack.

The class can also search for data values on the stack. If the specified value is found, the value position on the stack is returned.

The class peek values from the stack, i.e. retrieve a value from the top of the stack without removing it.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z