Вступ
PHP Manual
PHP Manual»Reflection»Reflection

The Reflection class

(PHP 5, PHP 7, PHP 8)

The reflection class.

class Reflection {
/* Методи */
public static function export(Reflector $reflector, bool $return = false): string
public static function getModifierNames(int $modifiers): array
}

Зміст

To Top