Answers

Question and Answer:

  Home  PHP

⟩ How do you define a constant in PHP?

Via define() directive, like define ("MYCONSTANT", 100);

 162 views

More Questions for you: