Query: runkit_constant_remove
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RUNKIT_CONSTANT_REMOVE(3) 1 RUNKIT_CONSTANT_REMOVE(3) runkit_constant_remove - Remove/Delete an already defined constantSYNOPSISbool runkit_constant_remove (string $constname)DESCRIPTIONPARAMETERSo $constname - Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOdefine(3), runkit_constant_add(3), runkit_constant_redefine(3). PHP Documentation Group RUNKIT_CONSTANT_REMOVE(3)