Forum und email

runkit_constant_remove

(PECL runkit:0.7-0.9)

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.

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE