1 Answer

0 votes
by
The define() directive lets us defining a constant as follows:

define ("ACONSTANT", 123);
...