Constants
PHP Constants:
- A constant is a fixed value that cannot be changed during the execution of a program.
- Constants are defined using the define() function.
- Constants are case-sensitive by default, but can be made case-insensitive by setting the third parameter of define() to true.
Apply for PHP Certification!
https://www.vskills.in/certification/certified-php-developer