我们可以定义一个常量
define("aconstant','avalue');
我们不能像下面这样定义数组吗?
define("months",array("January", "February", ---);
php
php ×1