cubrid_fetch_lengths
PECL CUBRID >= 8.3.0
cubrid_fetch_lengths - Return an array with the lengths of the values of each field from the current row
Manual
cubrid_fetch_lengths(
resource$result ): array
This function returns a numeric array with the lengths of the values of each field from the current row of the result set or it returns FALSE on failure.
Note:
If field data type is BLOB/CLOB, you should get its length by using cubrid_lob_size.
Parameters
- result
result comes from a call to cubrid_execute
Return Values
A numeric array, when process is successful.
false on failure.