|
ReflectionGenerator::getExecutingFileGets the file name of the currently executing generator Description
public string ReflectionGenerator::getExecutingFile()
Get the full path and file name of the currently executing generator. ParametersThis function has no parameters. Return ValuesReturns the full path and file name of the currently executing generator. Examples
Example #1 ReflectionGenerator::getExecutingFile example
The above example will output something similar to: File: /path/to/file/example.php See Also
|