SQLite3_stmt
PHP Manual

SQLite3_stmt::paramCount

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

SQLite3_stmt::paramCountReturns the number of parameters within the prepared statement

Descrição

public int SQLite3_stmt::paramCount ( void )

Returns the number of parameters within the prepared statement.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

Returns the number of parameters within the prepared statement.

Exemplos

Exemplo #1 SQLite3_stmt::paramCount() example

<?php
/* ... */
?>

O exemplo acima irá imprimir algo similar a:

...


SQLite3_stmt
PHP Manual