cubrid_lob2_write

PECL CUBRID >= 8.4.1
cubrid_lob2_write - Write to a lob object
Manual
Code Examples

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.

Related Functions

Example of cubrid_lob2_write

Show all examples for cubrid_lob2_write

PHP Version:


Function cubrid_lob2_write:

CUBRID Functions

Most used PHP functions