PHP constant array
PHP constant array
In PHP 5.6, constant arrays can only be defined through const, and in PHP 7, they can be defined through define().
Example
The execution output of the above program is:
php
In PHP 5.6, constant arrays can only be defined through const, and in PHP 7, they can be defined through define().
The execution output of the above program is:
Students who have watched this course are also learning