PHP_Compat::loadConstant()

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

Áttekintés

require_once 'PHP/Compat.php';

mixed PHP_Compat::loadConstant (mixed $constant)

Leírás

Loads a constant, or an array of constants.

Paraméterek

mixed $constant

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

Visszatérési érték

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.

Példa

You may also load a constant without using the class.

Megjegyzés

Ez a függvény statikus meghívásra van felkészítve!