CakeFest 2024: The Official CakePHP Conference

SQLite3Stmt::paramCount

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

説明

public SQLite3Stmt::paramCount(): int

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

パラメータ

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

戻り値

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

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top