PHP. Руководство по PHP. 2005
maxdb_field_tell
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
Description
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()
Example
Пример 2. Procedural style
|
The above examples would produce the following output:
Column 1: |
maxdb_field_seek
maxdb_free_result