cubrid_lob2_new(3) php man page | unix.com

Man Page: cubrid_lob2_new

Operating Environment: php

Section: 3

CUBRID_LOB2_NEW(3)							 1							CUBRID_LOB2_NEW(3)

cubrid_lob2_new - Create a lob object.

SYNOPSIS
resource cubrid_lob2_new ([resource $conn_identifier], [string $type = "BLOB"])
DESCRIPTION
The 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.
PARAMETERS
o $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 VALUES
Lob identifier when it is successful. FALSE on failure.
SEE ALSO
cubrid_lob2_close(3). PHP Documentation Group CUBRID_LOB2_NEW(3)
Related Man Pages
cubrid_lob2_bind(3) - php
cubrid_lob2_read(3) - php
cubrid_lob2_size(3) - php
cubrid_lob2_size64(3) - php
fbsql_read_blob(3) - php
Similar Topics in the Unix Linux Community
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!