Introduction
PHP Manual
PHP Manual»Réflexion»Reflection

La classe Reflection

(PHP 5, PHP 7, PHP 8)

La classe Reflection.

class Reflection {
/* Méthodes */
public static function export(Reflector $reflector, bool $return = false): string
public static function getModifierNames(int $modifiers): array
}

Sommaire

To Top