| 
 | ReflectionGenerator::getExecutingGeneratorGets the executing Generator object Description
   public Generator ReflectionGenerator::getExecutingGenerator
    ( void
   ) Get the executing Generator object ParametersThis function has no parameters. Return ValuesReturns the currently executing Generator object. Examples
 Example #1 ReflectionGenerator::getExecutingGenerator example 
<?phpThe above example will output something similar to: bool(true) int(1); See Also
 
 |