从PHP 5.6开始,您可以使用 define() 声明一个数组常量: <?php const DEFAULT_ROLES = array('guy', 'development team');.
確定! 回上一頁