update : 2015.11.03
php.shukuma.com검색:
|
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 인수
반환값
예제Example #1 cubrid_lob2_bind() example
<?php |