/iter.php

PHP port of python's itertools

Primary LanguagePHPMIT LicenseMIT

iter.php

alternate name: bittertools.php

Description

A port of Python 2.7’s itertools to PHP, because, well, sometimes you just have to work in PHP.

Dependencies

  • PHP >= 5.3.0
  • PHPUnit

Feature Checklist

See Python modules docs

  • count
  • cycle
  • repeat
  • chain
  • compress
  • dropwhile
  • groupby
  • ifilter
  • ifilterfalse
  • islice
  • imap
  • starmap
  • tee
  • takewhile
  • izip
  • izip_longest
  • product
  • permutations
  • combinations
  • combinations_with_replacement