mysqli_fetch_lengths
Returns the lengths of the columns of the current row in the result set
Description
arraymysqli_fetch_lengths
resourceresult
The mysqli_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 succesfully, an numerically indexed array
representing the lengths of each column is returned or &false; on failure.