|
(PHP 5)
mysqli_stmt_data_seek(no version information, might be only in CVS)
stmt->data_seek -- Seeks to an arbitray row in statement result setProcedural style:
bool mysqli_stmt_data_seek ( mysqli_stmt statement, int offset )Object oriented style (method):
class mysqli_stmt {The mysqli_stmt_data_seek() function seeks to an arbitrary result pointer specified by the offset in the statement result set represented by statement. The offset parameter must be between zero and the total number of rows minus one (0..mysqli_stmt_num_rows() - 1).
Przykład 2. Procedural style
|
Powyższy przykład wyświetli:
City: Benin City Countrycode: NGA |
Poprzedni | Spis treści | Następny |
mysqli_stmt_close | Początek rozdziału | mysqli_stmt_errno |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:32