La clase ReflectionReference

(PHP 7 >= 7.4.0, PHP 8)

Introducción

La clase ReflectionReference proporciona información sobre una referencia.

Sinopsis de la Clase

final class ReflectionReference {
/* Métodos */
public static fromArrayElement(array $array, int|string $key): ?ReflectionReference
public getId(): string
}

Tabla de contenidos

add a note

User Contributed Notes

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