SQLite3
PHP Manual

SQLite3Stmt sınıfı

(PHP 5 >= 5.3.0)

Giriş

SQLite 3 eklentisi için hazır deyimleri içeren sınıf.

Sınıf Sözdizimi

SQLite3Stmt {
/* Methods */
public bool bindParam ( string $değişken , mixed &$değiştirge [, int $tür ] )
public bool bindValue ( string $değişken , mixed $değer [, int $tür ] )
public bool clear ( void )
public bool close ( void )
public SQLite3Result execute ( void )
public int paramCount ( void )
public bool reset ( void )
}

İçindekiler


SQLite3
PHP Manual