PHP ?? ??

PHP 5.6??? ?? ??? const?? ??? ? ???, PHP 7??? ??()? ???? ??? ? ????.

Example

<?php
// 使用 define 函數(shù)來定義數(shù)組
define('sites', [
   'Google',
   'php',
   'Taobao'
]);
print(sites[1]);
?>

? ???? ?? ?? ??? ??? ????.

php