La classe ReflectionReference

(PHP 7 >= 7.4.0, PHP 8)

Introduction

La classe ReflectionReference apporte des informations à propos d'une référence.

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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