Download the PHP package mombol/php-file-queue without Composer
On this page you can find all versions of the php package mombol/php-file-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-file-queue
PHP file queue
A php file queue support:
- multi queue task shared one queue data by
queueNamespace
. - consume queue data by set
consumeSpan
(in order to avoid the queue data file too large). - track the queue cursor position to recover last cursor position(have to call
track
method manual).
Usage:
Instance
File queue instance
File queue data consumption instance
Push data to queue
Pop data from queue
Get current position
Rewind position to queue header
Point queue cursor to the end
Track queue cursor and recover last cursor
Get queue length
Tests for the end of file queue
Unmount queue files
Consume queue data
Clean queue data
All versions of php-file-queue with dependencies
PHP Build Version
Package Version
No informations.
The package mombol/php-file-queue contains the following files
Loading the files please wait ....