|
ReflectionFunction::__toStringTo string Beschreibung
public string ReflectionFunction::__toString
( void
)
To string. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns ReflectionFunction::export-like output for the function. Beispiele
Beispiel #1 ReflectionFunction::__toString example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Function [ <user> function title ] {
@@ Command line code 1 - 1
- Parameters [2] {
Parameter #0 [ <required> $title ]
Parameter #1 [ <required> $name ]
}
}
|