Download the PHP package fyre/iterator without Composer
On this page you can find all versions of the php package fyre/iterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fyre/iterator
More information about fyre/iterator
Files in fyre/iterator
Download fyre/iterator
More information about fyre/iterator
Files in fyre/iterator
Please rate this library. Is it a good library?
Informations about the package iterator
FyreIterator
FyreIterator is a free, open-source iteration library for PHP.
Table Of Contents
- Installation
- Methods
Installation
Using Composer
In PHP:
Methods
Add
Add a test
$name
is a string representing the test name.$callback
is the callback to execute.
All
Get all tests.
Clear
Clear all tests.
Count
Get the number of tests.
Get
Get a specific test callback.
$name
is a string representing the test name.
Has
Determine whether a test exists.
$name
is a string representing the test name.
Remove
Remove a test.
$name
is a string representing the test name.
Run
Run the tests and return the results.
$iterations
is a number representing the number of iterations to run, and will default to 1000.
All versions of iterator with dependencies
PHP Build Version
Package Version
No informations.
The package fyre/iterator contains the following files
Loading the files please wait ....