Computer Science, asked by tharunesweri2004, 1 year ago

How is a constant defined in PHP?

Answers

Answered by ramparkash38
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
tharunesweri2004: ☺️
tharunesweri2004: why
Similar questions