I am looking forward to array dereferencing from function return statements.

function foo() {
    return array('awesomeness'=>'PHP');
}

echo foo()['awesomeness'];

--
Anthony W.
ant92...@gmail.com

_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show-participation

Reply via email to