PHP Classes

Bounded Queue: Manage queue with a limited number of elements

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 289 All time: 7,510 This week: 455Up
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: 197 Up9 in United Kingdom Up
Innovation award
Innovation award
Nominee: 3x

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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:289
This week:0
All time:7,510
This week:455Up