ReflectionFunction
PHP Manual

ReflectionFunction::invoke

(PHP 5)

ReflectionFunction::invokeInvoque une fonction

Description

public mixed ReflectionFunction::invoke ([ string $args ] )

Invoque une fonction reflétée.

Liste de paramètres

args

La liste d'arguments à passer à la fonction. Il est possible de passer un nombre variable d'arguments à la fonction, comme pour la fonction call_user_func().

Valeurs de retour

Voir aussi


ReflectionFunction
PHP Manual