Voting

: one minus one?
(Example: nine)

The Note You're Voting On

prefer_not_to at say dot com
16 years ago
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.

<< Back to user notes page

To Top