+ 1
AĀ constantĀ value cannot change during the execution of the script. By default, aĀ constantĀ isĀ case-sensitive. By convention,Ā constantĀ identifiers are always uppercase. AĀ constantĀ name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.
define(name,Ā value,Ā case-insensitive)
Parameters:
name: Specifies the name of the constant
value: Specifies the value of the constant
case-insensitive: Specifies whether the constant name should be case-insensitive. Default is false



