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

search for in the

SQLite3_stmt::bindParam> <SQLite3::version
Last updated: Fri, 05 Sep 2008

view this page in

The SQLite3_stmt class

Introduction

Description of the class.

Class synopsis

SQLite3_stmt
SQLite3_stmt {
/* Methods */
public bool SQLite3_stmt::bindParam ( int $param_number , mixed &$param [, int $type ] )
public bool SQLite3_stmt::bindValue ( int $param_number , mixed $param [, int $type ] )
public bool SQLite3_stmt::clear ( void )
public bool SQLite3_stmt::close ( void )
public SQLite3_result SQLite3_stmt::execute ( void )
public int SQLite3_stmt::paramCount ( void )
public bool SQLite3_stmt::reset ( void )
}

Table of Contents



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

SQLite3_stmt::bindParam> <SQLite3::version
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites