in reply to variable name
Update: feel free to post the equivalent ruby code if you can't explain in english
The name of the variable you're using is normally known to you, since that's what you're writing. i.e. why would you want to do $name = name_of_var($var_for_this) when you can also write $name = '$name_of_var'?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: variable name
by sh1tn (Priest) on Jul 23, 2006 at 11:47 UTC | |
by Joost (Canon) on Jul 23, 2006 at 12:09 UTC | |
by sh1tn (Priest) on Jul 23, 2006 at 12:33 UTC |