PHP. Руководство по PHP. 2005
mysqli_field_tell
mysqli_field_tell
(PHP 5)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 (mysqli_result result)
Object oriented style (property):class mysqli_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().
Примеры
Пример 2. Procedural style
|
Результат выполнения данного примера:
Column 1: |
mysqli_field_seek
mysqli_free_result