lorenzo / multiple-iterator
Implements the MultipleIterator class that is missing in HHVM
Installs: 7 894
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-25 22:12:39 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