pg_result_seek() sets the internal row offset in a result resource.
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
offset
Row to move the internal offset to in the result resource.
Rows are numbered starting from zero.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
| Пред. | Начало | След. |
| pg_result_error | Уровень выше | pg_result_status |