| uopz_undefineUndefine a constant Description
   void uopz_undefine
    ( string  $class, string$constant)
   void uopz_undefine
    ( string  $constant)Removes the constant at runtime Parameters
 Return Values
 ExamplesExample #1 uopz_undefine example 
<?phpThe above example will output something similar to: bool(false) |