Query: cubrid_lob2_new
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CUBRID_LOB2_NEW(3) 1 CUBRID_LOB2_NEW(3) cubrid_lob2_new - Create a lob object.SYNOPSISresource cubrid_lob2_new ([resource $conn_identifier], [string $type = "BLOB"])DESCRIPTIONThe cubrid_lob2_new(3) function is used to create a lob object (both BLOB and CLOB). This function should be used before you bind a lob object.PARAMETERSo $conn_identifier -Connection identifier. If the connection identifier is not specified, the last connection opened by cubrid_connect(3) or cubrid_connect_with_url(3) is assumed. o $type -It may be "BLOB" or "CLOB", it won't be case-sensitive. The default value is "BLOB".RETURN VALUESLob identifier when it is successful. FALSE on failure.SEE ALSOcubrid_lob2_close(3). PHP Documentation Group CUBRID_LOB2_NEW(3)
Related Man Pages |
---|
cubrid_lob2_export(3) - php |
cubrid_lob2_size(3) - php |
cubrid_lob2_size64(3) - php |
cubrid_lob2_tell64(3) - php |
cubrid_lob_size(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Rules for Homework & Coursework Questions Forum |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |