PHP define() Function Definition and Usage: The define() function defines a constant. Constants are much like variables, except for the following differences: A constant’s value cannot be changed after it…
Can’t use “const” and “define” in PHP class
1 Article
1