update page now

ReflectionGenerator sınıfı

(PHP 7, PHP 8)

Giriş

ReflectionGenerator sınıfı bir üreteç hakkında bilgi sağlar.

Sınıf Sözdizimi

final class ReflectionGenerator {
/* Yöntemler */
public function __construct(Generator $generator)
public function getExecutingFile(): string
public function getExecutingGenerator(): Generator
public function getExecutingLine(): int
public function getThis(): ?object
public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
public function isClosed(): bool
}

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 Sınıf artık final.

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
HTTPS · www.php.net
← Home