| 
 | ReflectionGenerator::getExecutingFileGets the file name of the currently executing generator Description
   public string ReflectionGenerator::getExecutingFile
    ( void
   ) 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 
<?phpThe above example will output something similar to: File: /path/to/file/example.php See Also
 
 |