Home > PHP > Function > > result->lengths()

result->lengths()

result->lengths - Returns the lengths of the columns of the current row in the result set

Syntax

array result->lengths (resource $result)

Arguments

  • result

Description

Procedural style:

Version

PHP PECL maxdb >= 1.0

Return value

An array of integers representing the size of each column (not including any terminating null characters). FALSE if an error occurred.