runkit_constant_remove

(PECL)

runkit_constant_remove --  Remove/Delete an already defined constant

說明

bool runkit_constant_remove ( string constname )

參數

constname

Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant.

返回值

若果成功則返回 TRUE,失敗則返回 FALSE