SQLite3
在线手册:中文 英文
PHP手册

The SQLite3Stmt class

(No version information available, might only be in SVN)

简介

A class that handles prepared statements for the SQLite 3 extension.

类摘要

SQLite3Stmt {
/* 方法 */
public bool bindParam ( string $sql_param , mixed &$param [, int $type ] )
public bool bindValue ( string $sql_param , mixed $value [, int $type ] )
public bool clear ( void )
public bool close ( void )
public SQLite3Result execute ( void )
public int paramCount ( void )
public bool reset ( void )
}

Table of Contents


SQLite3
在线手册:中文 英文
PHP手册