Introduction
PHP Manual
PHP Manual»Reflection»ReflectionReference

The ReflectionReference class

(PHP 7 >= 7.4.0, PHP 8)

The ReflectionReference class provides information about a reference.

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

Table of Contents

To Top