我们通常都会运用PHP const来修饰我们定义的常量,在操作的时候一定要注意的要点是常量名前不要使用”$”
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.