PHP: Constant(define) vs variable

preview_player
Показать описание
Constants are by definition unchangeable. Constants in PHP are defined by "define" and are unchangeable after that. Variables on the other hand are changeable and one can perform operations on them.
Рекомендации по теме
Комментарии
Автор

is there any way to change the value of constant?

RohitBatra