PHP » GoLang |
login |
register |
about
|
pg_fetch_row(PHP 4, PHP 5, PHP 7) pg_fetch_row — Get a row as an enumerated array Description
array pg_fetch_row
( resource
$result
[, int $row
] )
pg_fetch_row() fetches one row of data from
the result associated with the specified
Parameters
Return Values
An array, indexed from 0 upwards, with each value
represented as a string. Database NULL
values are returned as
Examples
Example #1 pg_fetch_row() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|