(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 pointerProcedural style:
int mysqli_field_tell ( object result)Object oriented style (property):
class result {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().
Poprzedni | Spis treści | Następny |
mysqli_field_seek | Początek rozdziału | mysqli_free_result |