Download the PHP package php-snippets/circular-array without Composer
On this page you can find all versions of the php package php-snippets/circular-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-snippets/circular-array
More information about php-snippets/circular-array
Files in php-snippets/circular-array
Download php-snippets/circular-array
More information about php-snippets/circular-array
Files in php-snippets/circular-array
Vendor php-snippets
Package circular-array
Short Description Fixed circular array data structure
License MIT
Package circular-array
Short Description Fixed circular array data structure
License MIT
Please rate this library. Is it a good library?
Informations about the package circular-array
Circular Array
Image: Cburnett |
From Wikipedia:
A circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.
Install
Via Composer
Usage
You can create an array where an interaction occurs indefinitely:
Requirements
The following versions of PHP are supported by this version.
- PHP >= 5.3
Testing
Contributing
Please see CONDUCT for details.
Credits
License
MIT. Please see License File for more information.
All versions of circular-array with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package php-snippets/circular-array contains the following files
Loading the files please wait ....