Php/docs/function.ingres-execute

来自菜鸟教程
跳转至:导航、​搜索

ingres_execute

(PECL ingres >= 1.1.0)

ingres_executeExecute a prepared query


说明

ingres_execute ( resource $result [, array $params [, string $types ]] ) : bool

Execute a query prepared using ingres_prepare().

Note:

Related Configurations

See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.

参数

result
The result query identifier
params
An array of parameter values to be used with the query
types
A string containing a sequence of types for the parameter values passed. See the types parameter in ingres_query() for the list of type codes.


返回值

成功时返回 true, 或者在失败时返回 false


参见