(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.
Diese Funktion hat keine Parameter.
Returns the number of parameters within the prepared statement.
Beispiel #1 SQLite3_stmt::paramCount() example
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...