在PHP 5.6 中仅能通过const 定义常量数组,PHP 7 可以通过define() 来定义。 实例. <?php // 使用define 函数来定义数组define('sites', [ 'Google', ' ...
確定! 回上一頁