PHP Class Phly\Conduit\Utils

Exibir arquivo Open project: phly/conduit Class Usage Examples

Public Methods

Method Description
getArity ( string | callable | object $callable ) : integer Get the arity of a handler

Method Details

getArity() public static method

Get the arity of a handler
public static getArity ( string | callable | object $callable ) : integer
$callable string | callable | object
return integer