06-30-2009, 04:06 PM
|
#6 (permalink)
|
|
The Contributor
Join Date: May 2009
Location: LA, CA
Posts: 87
Thanks: 0
|
I wonder when we'll get this version. I like the way the list looks, the MySQL, Array and Date primarily.
As for anonymous, will this run?
$x = 'message()';
${$x};
OR
$x = 'message';
${$x}();
|
|
|
|