PHP.nl

cubrid_lob2_new

cubrid_lob2_new

Create a lob object

resource **cubrid_lob2_new** resource $conn_identifier string $type

The function is used to create a lob object (both BLOB and CLOB). This function should be used before you bind a lob object. cubrid_lob2_new

conn_identifierConnection identifier. If the connection identifier is not specified, the last connection opened by or is assumed.cubrid_connect``cubrid_connect_with_url

typeIt may be "BLOB" or "CLOB", it won't be case-sensitive. The default value is "BLOB".

Lob identifier when it is successful,return.falseforfailure.

cubrid_lob2_close