php constants

PHP Constants

If a variable is meant to be contain a value that may change, then, a constant is meant to be contain a value that never change.

php data type

PHP Data Type

In programming, data type is the name of a group of data that has a predefined common set of characteristics.