|
maxdb_field_seekmaxdb_result::field_seekSet result pointer to a specified field offset DescriptionProcedural style
bool maxdb_field_seek
( resource
$result
, int $fieldnr
)Object oriented style
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.
Return Valuesmaxdb_field_seek returns previuos value of field cursor. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 See Also
|