Download the PHP package simones/partial without Composer
On this page you can find all versions of the php package simones/partial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package partial
Apply partial arguments to your functions.
Install
Usage
Bind a subset of a function's arguments and get a new function back that accepts the remaining arguments. It is most useful if you write functional programming or don't like using use
with anonymous functions.
You can get a Partial
instance via instantiation or with the partial
helper.
Here are some examples (for more, head to the spec):
All versions of partial with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package simones/partial contains the following files
Loading the files please wait ....