Warning: file_put_contents(): Only -1 of 58 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_class_emancipate runkit_constant_redefine runkit PHP Manual runkit_constant_add (PECL runkit:0.7-0.9) — Similar to define(), but allows defining in class definitions as well Description bo...
Forum und email

runkit_constant_add

(PECL runkit:0.7-0.9)

runkit_constant_add — Similar to define(), but allows defining in class definitions as well

Description

bool runkit_constant_add ( string $constname , mixed $value )

Parameters

constname

Name of constant to declare. Either a string to indicate a global constant, or classname::constname to indicate a class constant.

value

NULL, Bool, Long, Double, String, or Resource value to store in the new constant.

Return Values

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