SQLite3_stmt
PHP Manual

SQLite3_stmt::close

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

SQLite3_stmt::closeCloses the prepared statement

Описание

public bool SQLite3_stmt::close ( void )

Closes the prepared statement.

Список параметров

This function has no parameters.

Возвращаемые значения

Returns TRUE

Примеры

Пример #1 SQLite3_stmt::close() example

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

Результатом выполнения данного примера будет что-то подобное:

...


SQLite3_stmt
PHP Manual