Utilisation avancée (Previous) (Next) PHP_Compat::loadConstant

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PHP_Compat::loadFunction()

PHP_Compat::loadFunction() -- Charge une fonction ou un tableau de fonctions

Description

Charge une fonction ou un tableau de fonctions.

Paramètres

mixed $function

Le nom ou un tableau de noms de fonctions à charger

Valeur retournée

mixed

TRUE si la fonction a été chargée.
FALSE si la fonction n'a pas été chargée. Soit la fonction n'a pû être incluse, soit elle est déjà définie.
Si vous spécifiez un tableau de fonctions à carger, un tableau de valeurs TRUE/FALSE est retoruné.

Note

Cette fonction devrait être appelée de façon statique.

Utilisation avancée (Previous) (Next) PHP_Compat::loadConstant

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.