Login   Register  
PHP Classes
elePHPant
Icontem

Polymorphic Stack

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Blanco Domínguez  >  Polymorphic Stack  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Polymorphic Stack
Base name: stack_php
Description: Implement a LIFO stack with arrays
Related classes: ,
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
 

  Author  
Picture of Carlos Blanco Domínguez
Name: Carlos Blanco Domínguez <e-mail contact>
Packages: 3 Browse all classes by Carlos Blanco Domínguez Browse all classes by
Country: Spain Spain - PHP jobs in Spain
Age: 34
All time rank: 188842 in Spain Spain
Week rank: 1625 Up37 in Spain Spain Up


  Detailed description  
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.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Data types Modeling and manipulating data types View top rated classes


  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Image file capture.jpg Screen Capture of example file
Plain text file example.php Example Example file
Plain text file stack.php Class The stack class

Download all files: stack_php.tar.gz stack_php.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.