update : 2015.11.03
php.shukuma.com

검색:
 
 
The SQLite3Stmt class

The SQLite3Stmt class

(PHP 5 >= 5.3.0)

소개

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