Answers

Question and Answer:

  Home  PHP

⟩ How do you define a constant in PHP?

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

 201 views

More Questions for you: