You can define a constant by using the define() function. Once a constant is defined
Answers
Answered by
2
Syntax. You can define a constant by using the define()-function or by using the const keyword outside a class definition as of PHP 5.3.0. ... Once a constant is defined, it can never be changed or undefined.
Similar questions