cubrid_lob2_new

(PECL CUBRID >= 8.4.1)

cubrid_lob2_new β€” Create a lob object

θͺ¬ζ˜Ž

function cubrid_lob2_new(resource $conn_identifier = ?, string $type = "BLOB"): resource

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

パラパータ

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 を返します.

参考

οΌ‹add a note

User Contributed Notes

There are no user contributed notes for this page.