cubrid_lob2_write
PECL CUBRID >= 8.4.1
cubrid_lob2_write - Write to a lob object
Manual
cubrid_lob2_write(
resource$lob_identifier,
string$buf ): bool
The cubrid_lob2_write function reads as much as data from buf and stores it to the LOB object. Note that this function can only append characters now.
Parameters
- lob_identifier
-
Lob identifier as a result of cubrid_lob2_new or get from the result set.
- buf
-
Data that need to be written to the lob object.
Return Values
Returns true on success or false on failure.