comunque array_get_element te le puoi generare te

Codice PHP:
function array_get_element($funzione,$i)
{
     
$array=call_user_func($funzione);
     return 
$array[$i];


e poi chiami

Codice PHP:
array_get_element('Foo',0);