sqlite3stmt(3) php man page | unix.com

Man Page: sqlite3stmt

Operating Environment: php

Section: 3

SQLITE3STMT(3)															    SQLITE3STMT(3)

The SQLite3Stmt class

INTRODUCTION
A class that handles prepared statements for the SQLite 3 extension.
CLASS SYNOPSIS
SQLite3Stmt SQLite3Stmt Methods o public bool SQLite3Stmt::bindParam (string $sql_param, mixed &$param, [int $type]) o public bool SQLite3Stmt::bindValue (string $sql_param, mixed $value, [int $type]) o public bool SQLite3Stmt::clear (void ) o public bool SQLite3Stmt::close (void ) o public SQLite3Result SQLite3Stmt::execute (void ) o public int SQLite3Stmt::paramCount (void ) o public bool SQLite3Stmt::reset (void ) PHP Documentation Group SQLITE3STMT(3)
Related Man Pages
gearmanworker(3) - php
pdostatement(3) - php
reflectionfunctionabstract(3) - php
reflectionobject(3) - php
splstack(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation