PHP: Class Constants - Manual - PHP: Hypertext Preprocessor
Class Constants It is possible to define constant values on a per-class basis remaining the same and unchangeable. Constants differ from normal variables in that you don't use the $ symbol to declare or use them. The value must be a constant expression, n...