cubrid_lob2_new
Create a lob object
説明
resource cubrid_lob2_new(resource $conn_identifier
= ?, string $type
= "BLOB")
パラメータ
-
conn_identifier
-
Connection identifier. If the connection identifier is not specified,
the last connection opened by cubrid_connect or
cubrid_connect_with_url is assumed.
-
type
-
It may be "BLOB" or "CLOB", it won't be case-sensitive. The default value is "BLOB".
戻り値
Lob identifier when it is successful,失敗した場合に false
を返します.