(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.
Esta função não contém parâmetros.
Returns the number of parameters within the prepared statement.
Exemplo #1 SQLite3_stmt::paramCount() example
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...