SQLite3Stmt::close

(PHP 5 >= 5.3.0)

SQLite3Stmt::closeCloses the prepared statement

Опис

public bool SQLite3Stmt::close ( void )

Closes the prepared statement.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns TRUE

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top