PHP » GoLang |
login |
register |
about
|
GoLang ibase_fetch_row
request it (472)
GoLang replacement for PHP's ibase_fetch_row
[edit | history]
ibase_fetch_row(PHP 5, PHP 7) ibase_fetch_row — Fetch a row from an InterBase database Description
array ibase_fetch_row
( resource
$result_identifier
[, int $fetch_flag = 0
] )ibase_fetch_row() fetches one row of data from the given result set.
Subsequent calls to ibase_fetch_row()
return the next row in the result set, or Parameters
Return Values
Returns an array that corresponds to the fetched row, or See Also
|
more
Recently updated
more
Most requested
more
Last requests
|