(PECL CUBRID >= 8.3.1)
Get BLOB/CLOB data size
string cubrid_lob_size ( resource $lob_identifier )
cubrid_lob_size() is used to get BLOB/CLOB data size.
Parameters:
lob_identifier
LOB identifier.
Returns:
A string representing LOB data size, when process is successful.
FALSE, when process is unsuccessful.
Change