|
|
| Name: |
Stack Array |
| Base name: |
stack_array |
| Description: |
Manage a stack of data values |
| Related classes: |
stack, push |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
365 users |
| All time rank: |
5313 |
| Week users: |
1 user |
| Week rank: |
2417 |
| |
|
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.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|