SQLite3_stmt
PHP Manual

SQLite3_stmt::paramCount

(No version information available, might be only in CVS)

SQLite3_stmt::paramCountプリペアドステートメント内のパラメータの数を返す

説明

public int SQLite3_stmt::paramCount ( void )

プリペアドステートメント内のパラメータの数を返します。

パラメータ

この関数にはパラメータはありません。

返り値

プリペアドステートメント内のパラメータの数を返します。


SQLite3_stmt
PHP Manual