0
What does define mean?
4 Réponses
+ 4
"define" is an action-based word, meaning "to assign something a definition".
So if you define a function, you are creating it, and assigning it a task.
If you define a variable, you are creating it, and assigning it a value.
Simple as that.
+ 1
define is a PHP function. Is used to define (or declare) constants in your code.
+ 1
The define function is used to create a constant
0
define a constant. a value that can't be changed