An identifier is simply a name. In PHP, identifiers are used to name variables, func- tions, constants, and classes.
The first character of an identifier must be either anASCII letter (uppercase or lowercase), the underscore character (_), or any of the characters between ASCII 0x7F and ASCII 0xFF.
After the initial character, these characters and the digits 0–9 are valid.
No comments:
Post a Comment