| PHP 手册 - PHP,MySQL,Apache,Smarty等手册/帮助/教程 - www.itdoc.cn | ||
|---|---|---|
| 后退 | 章 19. 类与对象(PHP 5) | 前进 |
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. Like static members, constant values cannot be accessed from an instance of the object (using $object::constant).