SQLite3_stmt
PHP Manual

SQLite3_stmt::clear

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

SQLite3_stmt::clearClears all current bound parameters

Descrição

public bool SQLite3_stmt::clear ( void )

Clears all current bound parameters.

Parâmetros

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

Valor Retornado

Returns TRUE on successful clearing of bound parameters, FALSE on failure.

Exemplos

Exemplo #1 SQLite3_stmt::clear() example

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

O exemplo acima irá imprimir algo similar a:

...


SQLite3_stmt
PHP Manual