PHP_Compat::loadFunction (Previous) (Next) PHP_Compat::loadVersion

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

PHP_Compat::loadConstant()

PHP_Compat::loadConstant() -- Load a constant, or an array of constants

Beschreibung

Loads a constant, or an array of constants.

Parameter

mixed $constant

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

Rückgabewert

mixed

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

Hinweise

Diese Methode sollte statisch aufgerufen werden..

PHP_Compat::loadFunction (Previous) (Next) PHP_Compat::loadVersion

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.