I am looking forward to array dereferencing from function return statements.
function foo() {
return array('awesomeness'=>'PHP');
}
echo foo()['awesomeness'];
--
Anthony W.
[email protected]
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyphp.org/show-participation
