web analytics

Rules for Naming Variables 1

Follow these rules when naming variables: A variable name must be of the form $name or ${name}. The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_). The first character of name must be an alphabetic character (a-z or A-Z). If the ${name} form is used, spaces can also ...

Site last updated May 22, 2013 @ 3:30 pm