mysqli_field_tell

(PHP 5 CVS only)

mysqli_field_tell

(no version information, might be only in CVS)

result->current_field --  Get current field offset of a result pointer

Description

Procedural style:

int mysqli_field_tell ( object result)

Object oriented style (property):

class result {

int current_field

}

Returns the position of the field cursor used for the last mysqli_fetch_field() call. This value can be used as an argument to mysqli_field_seek().

Zwracane wartości

Returns current offset of field cursor.

Zobacz również

mysqli_fetch_field(), mysqli_field_seek()