|
ReflectionFunction::__toStringTo string Description
public string ReflectionFunction::__toString
( void
)
To string. ParametersThis function has no parameters. Return ValuesReturns ReflectionFunction::export-like output for the function. Examples
Example #1 ReflectionFunction::__toString example
<?php The above example will output something similar to: Function [ <user> function title ] { @@ Command line code 1 - 1 - Parameters [2] { Parameter #0 [ <required> $title ] Parameter #1 [ <required> $name ] } } |