Giriş
PHP Manual
PHP Manual»Reflection»Reflection

Reflection Sınıfı

(PHP 5, PHP 7, PHP 8)

Yansıtma sınıfı.

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

İçindekiler

To Top