リフレクション
PHP Manual

The ReflectionGenerator class

(PHP 7)

導入

The ReflectionGenerator class reports information about a generator.

クラス概要

ReflectionGenerator {
/* メソッド */
public __construct ( Generator $generator )
public string getExecutingFile ( void )
public Generator getExecutingGenerator ( void )
public int getExecutingLine ( void )
public ReflectionFunctionAbstract getFunction ( void )
public object getThis ( void )
public array getTrace ([ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT ] )
}

目次


リフレクション
PHP Manual