Identifiers

Identifiers are names made up by the programmer to refer to variables, functions, or types. Identifiers should suggest their use.

PHP is usually case sensitive - that is, upper case letters are considered to be different from the corresponding lower case letters in identifiers and keywords.

Identifiers are used to refer to:

The limitations are:


Variables | Identifiers | What are Variables? | Assigning Values to Variables | Data Types | Variable Scope | Interpolating Variables in Strings | Creating Variables Variables | Creating Constants
© 2008: Hann So
email: hso@voyager.deanza.edu