runkit_constant_redefine
runkit_constant_redefine
(PECL runkit >= 0.7.0)
runkit_constant_redefine - 重新定义已定义的常量
描述
bool runkit_constant_redefine ( string $constname , mixed $newvalue )
参数
constname
常量重新定义。指示全局常量的字符串,或指示类常量的classname :: constname
。
newvalue
赋予常量的新值。
返回值
成功返回TRUE
或失败时返回FALSE。
← runkit_constant_add
runkit_constant_remove →