>>1 >>6
Unfortunately, PHP's [] operator can only be applied to lvalues. In other words, if you have a function which returns an array, you must save it in a variable before you can access it. This limitation is kind of ridiculous for this day and age, but...