La clase SQLite3Stmt
(PHP 5 >= 5.3.0, PHP 7)
Introducción
La clase que maneja declaraciones preparadas para la extensión SQLite.
Sinopsis de la Clase
SQLite3Stmt
{
public clear
(
void
) :
bool
public close
(
void
) :
bool
public getSQL
([
bool $expanded
= FALSE
] ) :
string
public reset
(
void
) :
bool
}
Tabla de contenidos
There are no user contributed notes for this page.