|
ReflectionGenerator::getExecutingFileGets the file name of the currently executing generator Beschreibung
public string ReflectionGenerator::getExecutingFile
( void
)
Get the full path and file name of the currently executing generator. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the full path and file name of the currently executing generator. Beispiele
Beispiel #1 ReflectionGenerator::getExecutingFile example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: File: /path/to/file/example.php Siehe auch
|