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
fbsql_data_seek(3) - php
msql_query(3) - php
mssql_data_seek(3) - php
pg_result_seek(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!