Warning: file_put_contents(): Only -1 of 63 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
runkit_constant_add runkit_constant_remove runkit PHP Manual runkit_constant_redefine (PECL runkit:0.7-0.9) — Redefine an already defined constant Description bool ( string $constname , mixed $ne...
Forum und email

runkit_constant_redefine

(PECL runkit:0.7-0.9)

runkit_constant_redefine — Redefine an already defined constant

Description

bool runkit_constant_redefine ( string $constname , mixed $newvalue )

Parameters

constname

Constant to redefine. Either string indicating global constant, or classname::constname indicating class constant.

newvalue

New value to assign to constant.

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.