PHP » GoLang |
login |
register |
about
|
cubrid_execute(PECL CUBRID >= 8.3.0) cubrid_execute — Execute a prepared SQL statement Description
resource cubrid_execute
( resource
$conn_identifier
, string $sql
[, int $option = 0
] )
bool cubrid_execute
( resource
$request_identifier
[, int $option = 0
] )
The cubrid_execute() function is used to execute the
given SQL statement. It executes the query by using
The
If the first argument is Parameters
Return Values
Request identifier, when process is successful and first param is
conn_identifier;
Changelog
ExamplesExample #1 cubrid_execute() example
<?php The above example will output: athlete host_year score unit Phelps Michael 2004 51.25 time See Also
|
more
Recently updated
more
Most requested
more
Last requests
|