How is a constant defined in PHP?
Answers
Answered by
6
What is Constant in PHP. Aconstant is a name or an identifier for a fixed value.Constant are like variables except that one they aredefined, they cannot be undefined or changed (except magic constants).Constants are very useful for storing data that doesn't change while the script is running.
ramparkash38:
thank u for marking me as brainlist answer
Similar questions