| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_lob2_bind(PECL CUBRID >= 8.4.1) cubrid_lob2_bind — Bind a lob object or a string as a lob object to a prepared statement as parameters. 説明
bool cubrid_lob2_bind
( resource
$req_identifier
, int $bind_index
, mixed $bind_value
[, string $bind_value_type
] )
The cubrid_lob2_bind() function is used to bind BLOB/CLOB datas
to a corresponding question mark placeholder in the SQL statement that was passed
to cubrid_prepare(). If パラメータ
返り値
例例1 cubrid_lob2_bind() example
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_lob2_bind - Bind a lob object or a string as a lob object to a prepared statement as parameters.」をGoogle検索
|