ibase_num_params
(PHP 5, PHP 7 < 7.4.0)
ibase_num_params — プリペアドクエリのパラメータ数を返す
説明
この関数は、query
で指定した
プリペアドクエリのパラメータの数を返します。
ibase_execute() をコールする際に、
この数と同じだけのバインド引数が割り当てられている必要があります。
パラメータ
query
-
プリペアドクエリのハンドル。
戻り値
パラメータの数を整数値で返します。
参考
- ibase_prepare() - Prepare a query for later binding of parameter placeholders and execution
- ibase_param_info() - プリペアドクエリのパラメータに関する情報を返す
+add a note
User Contributed Notes
There are no user contributed notes for this page.