(No version information available, might be only in CVS)
SQLite3_stmt::clear — Clears all current bound parameters
Clears all current bound parameters.
This function has no parameters.
Returns TRUE on successful clearing of bound parameters, FALSE on failure.
Пример #1 SQLite3_stmt::clear() example
<?php
/* ... */
?>
Результатом выполнения данного примера будет что-то подобное:
...