| Package Information |
| Summary |
Numeric iterator primitives |
| Maintainers |
Paul Chandler <pestilence669@php.net> (lead) [details]
|
| License |
PHP License
|
| Description |
xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping. |
Release notes Version 1.3 (stable) |
- PECL migration
- Added three new filter iterators |