php8.5
Home/ Manual/ runkit7 / functions/ runkit7_constant_remove

runkit7_constant_remove

PHP function Edit on GitHub ✎

(PECL runkit7 >= Unknown)

Remove/Delete an already defined constant

Description

runkit7_constant_remove(string $constant_name): bool

Parameters

constant_name

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

Return Values

Success

See Also

Source: reference/runkit7/functions/runkit7-constant-remove.xml · from the official PHP manual (php/doc-en)