Tell me how a constant is defined in a PHP script?

Submitted by: Administrator
The define() directive lets us defining a constant as follows:

define (“ACONSTANT”, 123);
Submitted by:

Read Online Junior Developer PHP Job Interview Questions And Answers