What are the ways to define a constant in PHP ?
PHP constants are identifier or name that can’t be changed during the execution of the script except for magic...
What are Magic Constants in PHP ?
In PHP magic constants are the predefined constants which is used on the basis of their use. Constants are created by...