|
ReflectionFunction::invokeInvokes function Description
public mixed ReflectionFunction::invoke(mixed
...$args)Invokes a reflected function. Parameters
Return ValuesReturns the result of the invoked function call. Examples
Example #1 ReflectionFunction::invoke example The above example will output: Dr. Phil Notes
|