ReflectionMethod::__toString
Returns the string representation of the Reflection method object
&reftitle.description;
public stringReflectionMethod::__toString
Returns the string representation of the Reflection method object.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
A string representation of this ReflectionMethod instance.
&reftitle.examples;
ReflectionMethod::__toString example
]]>
&example.outputs;
public method sayHelloTo ] {
@@ /var/www/examples/reflection.php 16 - 18
- Parameters [1] {
Parameter #0 [ $name ]
}
}
]]>
&reftitle.seealso;
ReflectionMethod::export
__toString()