Php Constant Arrays
# PHP Constant Arrays
[ PHP 7 New Features](#)
In PHP 5.6, constant arrays could only be defined using `const`. In PHP 7, they can also be defined using `define()`.
### Example
The output of the above program is:
Tutorial
* * PHP 7 New Features](#)
YouTip