La classe ReflectionFunction
(PHP 5)
Introduction
La classe ReflectionFunction rapporte des informations sur une fonction.
Synopsis de la classe
Propriétés
- name
-
Nom de la fonction. En lecture seule, émets une exception de type ReflectionException s'y l'on tente d'y écrire.
Constantes pré-définies
Modificateurs de ReflectionFunction
-
ReflectionFunction::IS_DEPRECATED
-
Indique une fonction obsolète.
Sommaire
- ReflectionFunction::__construct — Construit un nouvel objet ReflectionFunction
- ReflectionFunction::export — Exporte une fonction
- ReflectionFunction::getClosure — Retourne une fermeture créée dynamiquement par la fonction
- ReflectionFunction::invoke — Invoque une fonction
- ReflectionFunction::invokeArgs — Invoque les arguments d'une fonction
- ReflectionFunction::isDisabled — Vérifie si une fonction est désactivée
- ReflectionFunction::__toString — Récupère une représentation textuelle