|
ReflectionMethod::hasPrototypeReturns whether a method has a prototype Description
public bool ReflectionMethod::hasPrototype()
Returns whether a method has a prototype. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 ReflectionMethod::hasPrototype example
The above example will output: bool(true) See Also
|