Advanced usage (Previous) (Next) PHP_Compat::loadConstant

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

PHP_Compat::loadFunction()

PHP_Compat::loadFunction() -- Load a function, or an array of functions

Description

Loads a function, or an array of functions.

Parameter

mixed $function

The name, or an array of names, of functions to load

Return value

mixed

TRUE if the function was loaded.
FALSE if the function was not loaded. Either unable to be included or already defined.
If you specified an array of functions to load, an array of TRUE/FALSE values is returned.

Note

This function should be called statically.

Advanced usage (Previous) (Next) PHP_Compat::loadConstant

Download Documentation Last updated: Sun, 24 Aug 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.