(no version information, might be only in CVS)
maxdb_field_tell -- Get current field offset of a result pointerProcedural style:
int maxdb_field_tell ( resource result )Returns the position of the field cursor used for the last maxdb_fetch_field() call. This value can be used as an argument to maxdb_field_seek().
The above examples would produce the following output:
Column 1: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Column 2: Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 |