downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ingres_fetch_array> <ingres_escape_string
[edit] Last updated: Fri, 25 May 2012

view this page in

ingres_execute

(PECL ingres >= 1.1.0)

ingres_executeプリペアドクエリを実行する

説明

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

ingres_prepare() で準備したクエリを実行します。

注意: 関連する設定項目

実行時設定での ingres.describeingres.scrollable および ingres.utf8 の説明も参照ください。

パラメータ

result

クエリ結果 ID。

params

このクエリで使うパラメータの値の配列。

types

パラメータに渡した値の型を表す文字列。型コードの一覧は ingres_query()types パラメータを参照ください。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



add a note add a note User Contributed Notes ingres_execute
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites