Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
maxdb_fetch_field_direct
(PECL)
maxdb_fetch_field_direct(no version information, might be only in CVS)
result->fetch_field_direct -- Fetch meta-data for a single fieldDescription
Procedural style:
mixed maxdb_fetch_field_direct ( resource result, int fieldnr )Object oriented style (method):
class result {mixed fetch_field_direct ( int fieldnr )
}
maxdb_fetch_field_direct() returns an resource which contains field definition informations from specified resultset. The value of fieldnr must be in the range from 0 to number of fields - 1.
Return values
Returns an resource which contains field definition informations or FALSE if no field information for specified fieldnr is available.
Example
PÅ™Ãklad 2. Procedural style
|
The above examples would produce the following output:
Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 |
PÅ™edcházejÃcà | Domů | Dalšà |
maxdb_fetch_assoc | Nahoru |