For those wondering, this function returns a two-dimentional array, the first dimension being a 0-based indexed array, the second dimension an associative. So you might access the first authors surname using $authors[0]["surname"].
Certainly this is the case in PHP 5.2.9, I can't vouch for other versions though.