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