Login   Register  
PHP Classes
elePHPant
Icontem

Polymorphic Queue

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 Queue  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Polymorphic Queue
Base name: queue_php
Description: Implement a LIFO queue with arrays
Related classes: , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 374 users
All time rank: 5255
Week users: 1 user
Week rank: 2417
 

  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 FIFO stack (First In First Out) of values.

It uses arrays to queue values of any type at the end of the queue.

The class can also pop values from the stack by the same order they were queued. It may also return the value at the head of the queue 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 queue.php Class FIFO Class

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