lorenzo/multiple-iterator

Implements the MultipleIterator class that is missing in HHVM

1.0 2015-06-08 20:07 UTC

This package is auto-updated.

Last update: 2024-03-25 20:59:21 UTC


README

This package offers a pure PHP-implementation of the MultipleIterator class siince HHVM does not implement MultipleIterator.

It is safe to composer require lorenzo/multiple-iterator in any project even if not using HHVM, as the class will only be included for HHVM.

License

Unfortunately, unknown. The code was copied from The original author site. Since, the code made its way to the PHP source code, I'd assume this is under the PHP License