11111
maxdb_field_tell
(PECL)maxdb_field_tell
(no version information, might be only in CVS)result->current_field -- Get current field offset of a result pointer
Procedural style:int maxdb_field_tell (resource result)
Object oriented style (property):class result {
int current_field
}
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().
- Returns current offset of field cursor.
- maxdb_fetch_field(), maxdb_field_seek()
Пример 2. Procedural style
|
- The above examples would produce the following output:
Column 1: |
maxdb_field_seek
maxdb_free_result 22222