Interview Questions

How do you define a constant?

PHP Interview Questions and Answers


(Continued from previous question...)

How do you define a constant?

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

(Continued on next question...)

Other Interview Questions