PHP 8.3.4 Released!

ReflectionGenerator クラス

(PHP 7, PHP 8)

はじめに

ReflectionGenerator クラスは、ジェネレータに関する情報を報告します。

クラス概要

final class ReflectionGenerator {
/* メソッド */
public __construct(Generator $generator)
public getThis(): ?object
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

変更履歴

バージョン 説明
8.0.0 このクラスは final として定義され、 継承できなくなりました。

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top