SQLite3
PHP Manual

The SQLite3Stmt class

(PHP 5 >= 5.3.0, PHP 7)

Введение

Класс предоставляющий доступ к подготовленным запросам в SQLite 3 расширении.

Обзор классов

SQLite3Stmt {
/* Методы */
public bool bindParam ( mixed $sql_param , mixed &$param [, int $type ] )
public bool bindValue ( mixed $sql_param , mixed $value [, int $type ] )
public bool clear ( void )
public bool close ( void )
public SQLite3Result execute ( void )
public int paramCount ( void )
public bool readOnly ( void )
public bool reset ( void )
}

Содержание


SQLite3
PHP Manual