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

search for in the

ibase_param_info> <ibase_num_fields
[edit] Last updated: Fri, 07 Jun 2013

view this page in

ibase_num_params

(PHP 5)

ibase_num_paramsプリペアドクエリのパラメータ数を返す

説明

int ibase_num_params ( resource $query )

この関数は、query で指定した プリペアドクエリのパラメータの数を返します。 ibase_execute() をコールする際に、 この数と同じだけのバインド引数が割り当てられている必要があります。

パラメータ

query

プリペアドクエリのハンドル。

返り値

パラメータの数を整数値で返します。

参考

  • ibase_prepare() - 後でパラメータのバインド及び実行を行うためにクエリを準備する
  • ibase_param_info() - プリペアドクエリのパラメータに関する情報を返す



add a note add a note User Contributed Notes ibase_num_params - [0 notes]
There are no user contributed notes for this page.

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