|
maxdb_field_seekmaxdb_result::field_seekSet result pointer to a specified field offset BeschreibungProzeduraler Stil
bool maxdb_field_seek
( resource
$result
, int $fieldnr
)Objektorientierter Stil
bool maxdb_result::field_seek
( int
$fieldnr
)Sets the field cursor to the given offset. The next call to maxdb_fetch_field will retrieve the field definition of the column associated with that offset.
Rückgabewertemaxdb_field_seek returns previuos value of field cursor. BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Siehe auch
|