Warning: file_put_contents(): Only -1 of 53 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
msql_createdb msql_db_query mSQL PHP Manual msql_data_seek (PHP 4, 5) — Move internal row pointer Description bool ( resource $result , int $row_number ) msql_data_seek() moves the row of result ...
Forum und email

msql_data_seek

(PHP 4, PHP 5)

msql_data_seek — Move internal row pointer

Description

bool msql_data_seek ( resource $result , int $row_number )

msql_data_seek() moves the internal row pointer of the mSQL result associated with the specified query identifier to point to the specified row number. The next call to msql_fetch_row() would return that row.

Parameters

result

The result resource that is being evaluated. This result comes from a call to msql_query().

row_number

The seeked row number.

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.