Php/docs/function.cubrid-lob2-new

提供:Dev Guides
< Php
2020年12月14日 (月) 11:50時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

cubrid_lob2_new

(PECL CUBRID >= 8.4.1)

cubrid_lob2_newCreate a lob object


説明

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 on failure.


参考