|
(PHP 5)
mysqli_field_seek(no version information, might be only in CVS)
result->field_seek -- Set result pointer to a specified field offsetProcedural style:
bool mysqli_field_seek ( mysqli_result result, int fieldnr )Object oriented style (method):
class mysqli_result {Sets the field cursor to the given offset. The next call to mysqli_fetch_field() will retrieve the field definition of the column associated with that offset.
Anmerkung: To seek to the beginning of a row, pass an offset value of zero.
Beispiel 2. Procedural style
|
Das oben gezeigte Beispiel erzeugt folgende Ausgabe:
Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 |
Zurück | Zum Anfang | Weiter |
mysqli_field_count | Nach oben | mysqli_field_tell |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:04