cubrid_lob2_read
PECL CUBRID >= 8.4.1
cubrid_lob2_read - Read from BLOB/CLOB data
Manual
cubrid_lob2_read(
resource$lob_identifier,
int$len ): string
The cubrid_lob2_read function reads len bytes from the LOB data and returns the bytes read.
Parameters
- lob_identifier
-
Lob identifier as a result of cubrid_lob2_new or get from the result set.
- len
-
Length from buffer you want to read from the lob data.
Return Values
Returns the contents as a string, false when there is no more data, or null on failure.