(PHP3 , PHP4 )
int defined (string name)
int defined
Returns true if the named constant given by name has been defined, false otherwise.
See also define() and the section on Constants.