cubrid_lob_size
PECL CUBRID >= 8.3.1
cubrid_lob_size - Get BLOB/CLOB data size
Manual
cubrid_lob_size(
resource$lob_identifier ): string
cubrid_lob_size is used to get BLOB/CLOB data size.
Parameters
- lob_identifier
LOB identifier.
Return Values
A string representing LOB data size, when process is successful, or false on failure.
Changelog
Version | Description |
8.4.0 | Change return value type from int to string. |