define
Opis
bool define ( string name, mixed value [, bool case_insensitive] )Defines a named constant at runtime.
Parametry
nameThe name of the constant.
valueThe value of the constant.
case_insensitiveIf set to TRUE, the constant will be defined case-insensitive. The default behaviour is case-sensitive; i.e. CONSTANT and Constant represent different values.