pg_result_seek
Opis
bool pg_result_seek ( resource result, int offset )pg_result_seek() sets the internal row offset in a result resource.
Parametry
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
offsetRow to move the internal offset to in the
resultresource. Rows are numbered starting from zero.
Przykłady
| Poprzedni | Spis treści | Następny |
| pg_result_error | Początek rozdziału |