| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_execute(PECL CUBRID >= 8.3.0) cubrid_execute — Execute a prepared SQL statement 説明
resource cubrid_execute
( resource
$conn_identifier
, string $sql
[, int $option
] )
bool cubrid_execute
( resource
$request_identifier
[, int $option
] )
The cubrid_execute() function is used to execute the
given SQL statement. It executes the query by using
The
If the first argument is パラメータ
返り値
Request identifier, when process is successful and first param is
conn_identifier;
変更履歴
例例1 cubrid_execute() example
<?php 上の例の出力は以下となります。 athlete host_year score unit Phelps Michael 2004 51.25 time 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_execute - Execute a prepared SQL statement」をGoogle検索
|