PHP » GoLang |
login |
register |
about
|
GoLang ingres_result_seek
request it (399)
GoLang replacement for PHP's ingres_result_seek
[edit | history]
ingres_result_seek(PECL ingres >= 2.1.0) ingres_result_seek — Set the row position before fetching data Description
bool ingres_result_seek
( resource
$result
, int $position
)This function is used to position the cursor associated with the result resource before issuing a fetch. If ingres.array_index_start is set to 0 then the first row is 0 else it is 1. ingres_result_seek() can be used only with queries that make use of scrollable cursors. It cannot be used with ingres_unbuffered_query().
Parameters
Return Values
Returns Examples
Example #1 Position the cursor on the 3rd row
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|