Package Information |
Summary |
Functional primitives for PHP |
Maintainers |
Lars Strojny <
lstrojny at php dot net >
(lead)
[wishlist]
[details]
|
License |
BSD License |
Description |
A number of functional primitives like map(), select(), each() for the PHP language |
Release notes
Version 0.6.0
(alpha)
|
- Adding average() - Changing behavior of sum()/product()/difference()/ratio() to ignore booleans - Fixed critical bug in Functional\pluck() that made the current scope unavailable to the caller |