ReflectionParameter::isCallable
( excerpt from http://php.net/manual/en/reflectionparameter.iscallable.php )
public function isCallable();
Warning: This function is currently not documented; only its argument list is available.
Returns
mixed
- Returns TRUE if the parameter is callable, FALSE if it is not or NULL on failure.