runkit_constant_remove

(no version information, might be only in CVS)

runkit_constant_remove --  Remove/Delete an already defined constant

説明

bool runkit_constant_remove ( mixed constname )

パラメータ

constname

Name of constant to remove. Either a string indicating a global constant, or an aray indicating a class constant.

戻り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

以下も参照ください

define()
runkit_constant_add()
runkit_constant_redefine()