PHP Class Pinq\Iterators\Common\Functions

Author: Elliot Levin ([email protected])
显示文件 Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
allowExcessiveArguments ( callable $function ) : callable Returns a wrapper function that will allow the function to be called with excessive number of arguments, this is useful for internal function support.

Private Methods

Method Description
__construct ( )

Method Details

allowExcessiveArguments() public static method

Note that references will not be maintained.
public static allowExcessiveArguments ( callable $function ) : callable
$function callable
return callable