cubrid_field_len

PECL CUBRID >= 8.3.0
cubrid_field_len - Get the maximum length of the specified field
Manual
Code Examples

cubrid_field_len( resource$result, int$field_offset ): int

This function returns the maximum length of the specified field on success, or it returns FALSE on failure.

Parameters

result

result comes from a call to cubrid_execute

field_offset

The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued.

Return Values

Maximum length, when process is successful.

false on failure.

Example of cubrid_field_len

Show all examples for cubrid_field_len

PHP Version:


Function cubrid_field_len:

CUBRID Functions

Most used PHP functions