update : 2015.11.03
php.shukuma.com검색:
|
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;
변경점
예제Example #1 cubrid_execute() example
<?php 위 예제의 출력: athlete host_year score unit Phelps Michael 2004 51.25 time 참고
|