|
Posted by Andy Jeffries on 05/05/06 14:59
On Fri, 05 May 2006 04:36:35 -0700, Troot wrote:
> I don't understand, what does the double dollar mark denote?
OK, it's the same as follows:
$name = "foo"
$foo === $$name;
It means find use the value of $name as the name of the variable.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Navigation:
[Reply to this message]
|