|
|
| Name: |
Simple Stack |
| Base name: |
stacks |
| Description: |
Manipulate and show values in stack |
| Related classes: |
stack |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
165 users |
| All time rank: |
6353 |
| Week users: |
0 users |
| Week rank: |
3566 |
| |
|
This class can be used to manipulate and show values in stack.
It can push and pop values from the stack.
The class can also traverse all the stack and display its values.
| 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 |
|
|
| File |
Role |
Description |
index.php |
Example |
simple usage file |
Stack.php |
Class |
class to implement stack functionality |