ReflectionReference sınıfı

(PHP 7 >= 7.4.0, PHP 8)

Giriş

ReflectionReference sınıfı bir gönderim hakkında bilgi sağlar.

Sınıf Sözdizimi

final ReflectionReference {
/* Yöntemler */
public static fromArrayElement(array $array, int|string $key): ReflectionReference|null
public getId(): string
}

İçindekiler

add a note add a note

User Contributed Notes

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