PHP3 Manual | ||
---|---|---|
Prev | Next |
mysql_data_seek -- move internal row pointer
Returns: true on success, false on failure
mysql_data_seek() moves the internal row pointer of the MySQL result associated with the specified result identifier to pointer to the specifyed row number. The next call to mysql_fetch_row() would return that row.
See also: mysql_data_seek().
Prev | Home | Next |
mysql_create_db | Up | mysql_dbname |