Answers

Question and Answer:

  Home  Junior PHP Developer

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

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

define (“ACONSTANT”, 123);

 132 views

More Questions for you: