PHP 8.5.0 Alpha 1 available for testing

Voting

: one plus two?
(Example: nine)

The Note You're Voting On

jcomeau at whatisthewww dot com
22 years ago
pg_fetch_all, despite the app note, accepts only one argument, the resultset. It does exactly what is expected, returning a two-dimensional array of the resultset. I suspect the app note given was just copied from pg_fetch_array, which is what you want to use for a single row.

<< Back to user notes page

To Top