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
Code Examples

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.

Example of cubrid_fetch_lengths

Show all examples for cubrid_fetch_lengths

PHP Version:


Function cubrid_fetch_lengths:

CUBRID Functions

Most used PHP functions