Giriş
PHP Manual
PHP Manual»Reflection»ReflectionReference

ReflectionReference sınıfı

(PHP 7 >= 7.4.0, PHP 8)

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

final class ReflectionReference {
/* Yöntemler */
private function __construct()
public static function fromArrayElement(array $array, int|string $key): ?ReflectionReference
public function getId(): string
}

İçindekiler

To Top