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
Last updated: Fri, 14 Aug 2009

view this page in

La classe SQLite3Stmt

Introduction

La classe qui représnte les commandes préparées pour une base de données SQLite3.

Synopsis de la classe

SQLite3Stmt
SQLite3Stmt {
/* Méthodes */
public bool bindParam ( mixed $statement_param , mixed &$param [, int $type ] )
public bool bindValue ( mixed $statement_param , mixed &$param [, int $type ] )
public bool clear ( void )
public bool close ( void )
public SQLite3_result execute ( void )
public int paramCount ( void )
public bool reset ( void )
}

Sommaire



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

SQLite3Stmt::bindParam> <SQLite3::version
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites