Класс 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