|
|
| Name: |
Polymorphic Stack |
| Base name: |
stack_php |
| Description: |
Implement a LIFO stack with arrays |
| Related classes: |
stack, reverse |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
251 users |
| All time rank: |
5969 |
| Week users: |
0 users |
| Week rank: |
2348 |
| |
|
This is a simple class that implements a LIFO stack (Last In First Out) of values.
It uses arrays to push values of any type on the top of the stack.
The class can also pop values from the stack by the reverse order they were pushed. It may also return the value at the top of the stack without removing it.
| There are not enough user ratings to display for this class. |
| |
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 |
|
|