PHP 7 新特性
在 PHP 5.6 中仅能通过 const 定义常量数组,PHP 7 可以通过 define() 来定义。
php // 使用 define 函数来定义数组 define('sites', [ 'Google', 'Runoob', 'Taobao' ]); print(sites[1]); ?>
以上程序执行输出结果为:
Runoob
川公网安备 51082402000083号
网站首页
一键拨号
我的证书
留言
评论列表
我要评论