PHP OOP - Class Constants

A constant is an identifier (name) for a simple value. As the name suggests, that value cannot change during the execution of the script.

Code :