Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
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 pointerDescription
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().
Example
PÅ™Ãklad 2. Procedural style
|
The above examples would produce the following output:
Column 1: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Column 2: Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 |
PÅ™edcházejÃcà | Domů | Dalšà |
maxdb_field_seek | Nahoru |