Function.mysqli-data-seek
Aus PHP-Wiki
Lebensversicherung und Vergleich Risikolebensversicherung, Kinderzimmer Lara von Wellemöbel weiss . Gesetzliche Krankenversicherung Zuzahlungen Online
mysqli_data_seek
(PHP 5)
mysqli_data_seek(no version information, might be only in CVS)
result->data_seek -- Adjusts the result pointer to an arbitary row in the resultInhaltsverzeichnis |
Description
Procedural style:
bool mysqli_data_seek ( object result, int offset)</BR >
Object oriented style (method):
class result {</BR >bool data_seek ( int offset)
</BR >}
The mysqli_data_seek() function seeks to an arbitrary result pointer specified by the offset in the result set represented by result. The offset parameter must be between zero and the total number of rows minus one (0..function.mysqli-num-rows - 1).
Anmerkung: This function can only be used with unbuffered results attained from the use of the function.mysqli-store-result or function.mysqli-query functions.
Example
Beispiel 1. Object oriented style
|
Beispiel 2. Procedural style
|
The above examples would produce the following output:
City: Benin City Countrycode: NGA |