unsigned long mysql_param_count(MYSQL_STMT
*stmt)
説明
プリコンパイルされたステートメントに含まれるパラメータマーカーの数を返します。
戻り値
ステートメントに含まれるパラメータ数を表す unsigned long 整数。
エラー
ありません。
例
mysql_param_count()
の使用方法については、項11.1.7.5. 「mysql_execute()
」
の「例」を参照してください。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.