ReflectionFunction::__toStringReturns the string representation of the ReflectionFunction object
&reftitle.description;
publicstringReflectionFunction::__toString
Get a human-readable description of the function, its parameters and return values.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
The string.
&reftitle.examples;
ReflectionFunction::__toString example
]]>
&example.outputs.similar;
function title ] {
@@ Command line code 1 - 1
- Parameters [2] {
Parameter #0 [ $title ]
Parameter #1 [ $name ]
}
}
]]>
&reftitle.seealso;
ReflectionFunction::export__toString()