SQLite3
PHP 手册

The SQLite3Stmt class

简介

Description of the class.

Class synopsis

SQLite3Stmt
SQLite3Stmt {
/* Methods */
public bool bindParam ( int $param_number , mixed &$param [, int $type ] )
public bool bindValue ( int $param_number , 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 )
}

Table of Contents


SQLite3
PHP 手册