+ 1
What is the difference between constant() and define() ?
answer this question in bullet points please.
2 Answers
+ 3
define() - initialize the constant.
constant() - returns the value of the constant.
defined() - Checks the existence of a constant
+ 2
Thanks Roland