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