I like to know which one of the below is efficient to declare site/application wide configuration in PHP.
define()class
CONSTvariable.
I like to know which one of the below is efficient to declare site/application wide configuration in PHP.
define()
class CONST variable.