ReflectionReference クラス

(PHP 7 >= 7.4.0, PHP 8)

はじめに

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

クラス概要

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

目次

add a note add a note

User Contributed Notes

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