View Single Post
Old 03-21-2010, 05:24 AM   #8 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Quote:
Originally Posted by cerealgirl View Post
And isn't thisfunction a shining example of why we should comment our code and select logical function names...


Ummm, I'm pretty sure it's a variable variable - basically a way to have a dynamically named variable. Here they are in the manual http://php.net/manual/en/language.va...s.variable.php
Cool though they may be, I never use variable variables, because they're a bit confusing - they save a few lines of code but lose maintainability and readability IMHO.
Brackets not curly braces.
__________________
My Blog
Enfernikus is offline  
Reply With Quote