标签: php arrays class methods
有没有办法在一行中做到这一点?
$arr = $foo->getBarArray(); return $arr[0];
这会引发错误:
return $foo->getBarArray()[0];