PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The ReflectionGenerator class | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

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 ] )
}

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「The ReflectionGenerator class」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The ReflectionGenerator class」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: