Tag: constant
• •
PHP Magic Constants

PHP Magic Constants

A constant is an identifier for a simple value (number, text) that cannot be changed during script execution. Constants are case-sensitive and by convention are written in uppercase. Alongside many constants automatically available during script execution, there are also "magic" constants whose value depends on where they are read.

Read →
Views: 313 (5)


What are others reading?