php man page for msql_data_seek

Query: msql_data_seek

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MSQL_DATA_SEEK(3)														 MSQL_DATA_SEEK(3)

msql_data_seek - Move internal row pointer

SYNOPSIS
bool msql_data_seek (resource $result, int $row_number)
DESCRIPTION
msql_data_seek(3) moves the internal row pointer of the mSQL result associated with the specified query identifier to point to the speci- fied row number. The next call to msql_fetch_row(3) would return that row.
PARAMETERS
o $ result -The result resource that is being evaluated. This result comes from a call to msql_query(3). o $row_number - The seeked row number.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
msql_fetch_array(3), msql_fetch_object(3), msql_fetch_row(3), msql_result(3). PHP Documentation Group MSQL_DATA_SEEK(3)
Related Man Pages
odbc_fetch_row(3) - php
db2_fetch_assoc(3) - php
msql_query(3) - php
mssql_data_seek(3) - php
pg_result_seek(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch