   #PHP Manual Improved MySQL Extension mysqli_fetch_fields
   mysqli_fetch_object

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                             mysqli_fetch_lengths

   (PHP 5 CVS only)
   mysqli_fetch_lengths -- Returns the lengths of the columns of the
   current row in the result set

Description

   array mysqli_fetch_lengths ( resource result)

   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 successful, a numerically
   indexed array representing the lengths of each column is returned or
   FALSE on failure.
   ______________________________________________________________________

   Prev                Home                Next
   mysqli_fetch_fields  Up  mysqli_fetch_object
