downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3Stmt::bindParam> <SQLite3::version
[edit] Last updated: Fri, 23 Mar 2012

view this page in

SQLite3Stmt sınıfı

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

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



add a note add a note User Contributed Notes SQLite3Stmt
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites