cubrid_execute

PECL CUBRID >= 8.3.0
cubrid_execute - Execute a prepared SQL statement
Manual
Code Examples

cubrid_execute( resource$conn_identifier, string$sql, [int$option = 0] ): resource
boolcubrid_execute resourcerequest_identifier intoption0

Parameters

conn_identifier

Connection identifier.

sql

SQL to be executed.

option

Query execution option CUBRID_INCLUDE_OID, CUBRID_ASYNC, CUBRID_EXEC_QUERY_ALL.

request_identifier

cubrid_prepare identifier.

Return Values

Request identifier, when process is successful and first param is conn_identifier; true, when process is successful and first argument is request_identifier, or false on failure.

Changelog

Version Description
8.4.0 Add new option CUBRID_EXEC_QUERY_ALL.

Related Functions

Example of cubrid_execute

Show all examples for cubrid_execute

PHP Version:


Function cubrid_execute:

CUBRID Functions

Most used PHP functions