Constant of any assigned value never be change in an execution of program. If assign value in a constant then the value of it never change means it stored value permanent. define( ) function is used for define a constant it has three parameter. parameter is Name of Constant,Value of Constant and Case-sensitive case-sensitive is…
Php Constant
