(No version information available, might be only in CVS)
SQLite3_stmt::paramCount — Returns the number of parameters within the prepared statement
Returns the number of parameters within the prepared statement.
この関数にはパラメータはありません。
Returns the number of parameters within the prepared statement.
例1 SQLite3_stmt::paramCount() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...