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
<?php The above example will output something similar to: bool(false) |