what is the official name for the dollar sign in php? I saw it some where on the forums, but i forgot the name...
thanks
Printable View
what is the official name for the dollar sign in php? I saw it some where on the forums, but i forgot the name...
thanks
T_VARIABLE
PHP: List of Parser Tokens
i saw it some other way... let me see if i can find it..
From the manual:
Quote:
Variables in PHP are represented by a dollar sign followed by the name of the variable.
Its called a dollar sign. :D
scalar.
l-value
thats it!!Quote:
Originally Posted by kows