PHPのお勉強!

PHP TOP

ReflectionGenerator クラス

(PHP 7, PHP 8)

はじめに

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

クラス概要

final class ReflectionGenerator {
/* メソッド */
public __construct(Generator $generator)
public getThis(): ?object
}

変更履歴

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

目次

add a note

User Contributed Notes

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