はじめに
PHP Manual
PHP Manual»リフレクション»ReflectionReference

ReflectionReference クラス

(PHP 7 >= 7.4.0, PHP 8)

ReflectionReference クラスは、リファレンスに関する情報を提供します。

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

目次

To Top