xrange 1.3

Numeric iterator primitives


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.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Changes

- PECL migration
- Added three new filter iterators