PHP Classes

Bounded Queue: Manage queue with a limited number of elements

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 289 This week: 1All time: 7,504 This week: 560Up
Version License PHP version Categories
bounded-queue 0.3BSD License5.0PHP 5, Data types
Description 

Author

This class can be used to manage queue with a limited number of elements.

It can push and pop item values of any type into a queue array.

If the queue already contains the limit number of items when a new item is pushed, the item at the bottom of the queue is popped out.

Innovation Award
PHP Programming Innovation award nominee
November 2009
Number 9


Prize: One book of choice by Apress
Queues can be used to maintain a set of elements that can be pushed and popped from the queue.

Usually, queues can maintain an unlimited set of elements. This class provides a different implementation that allows to limit the number of items present in the queue at any moment.

Manuel Lemos
Picture of Ahmad Retha
Name: Ahmad Retha <contact>
Classes: 4 packages by
Country: United Kingdom
Age: ???
All time rank: 210094 in United Kingdom
Week rank: 411 Up12 in United Kingdom Up
Innovation award
Innovation award
Nominee: 3x

  Files folder image Files  
File Role Description
Plain text file BoundedQueue.php Class The BoundedQueue class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:289
This week:1
All time:7,504
This week:560Up