PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

cubrid_lob2_new - Create a lob object. | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

cubrid_lob2_new

(PECL CUBRID >= 8.4.1)

cubrid_lob2_newCreate a lob object.

説明

resource cubrid_lob2_new ([ resource $conn_identifier [, string $type = "BLOB" ]] )

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.

参考


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「cubrid_lob2_new - Create a lob object.」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | cubrid_lob2_new - Create a lob object.」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: