PHP. Руководство по PHP. 2005
maxdb_fetch_lengths
maxdb_fetch_lengths
(PECL)maxdb_fetch_lengths
(no version information, might be only in CVS)result->lengths -- Returns the lengths of the columns of the current row in the result set
Description
Procedural style:array maxdb_fetch_lengths (resource result)
Object oriented style (property):class result {
array lengths
}
The maxdb_fetch_lengths() function returns an array containing the lengths of every column of the current row within the result set represented by the result parameter. If successful, a numerically indexed array representing the lengths of each column is returned or FALSE on failure.