Answer Posted / Preeti Arora
A constant is a named value that cannot be changed after it's defined. In PHP, constants are typically declared using the `define()` function or by prefixing a variable name with `const`. Constants have global scope and case sensitivity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers