sqlite_valid
Introduction
Vendor Specific Database Extensions
PHP Manual
SQLite3
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
SQLite3
— The SQLite3 class
SQLite3::changes
— Returns the number of database rows that were changed (or inserted or deleted) by the most recent SQL statement
SQLite3::close
— بستن اتصال پایگاه داده
SQLite3::__construct
— Instantiates an SQLite3 object and opens an SQLite 3 database
SQLite3::createAggregate
— Registers a PHP function for use as an SQL aggregate function
SQLite3::createFunction
— Registers a PHP function for use as an SQL scalar function
SQLite3::escapeString
— Returns a string that has been properly escaped
SQLite3::exec
— Executes a result-less query against a given database
SQLite3::lastErrorCode
— Returns the numeric result code of the most recent failed SQLite request
SQLite3::lastErrorMsg
— Returns English text describing the most recent failed SQLite request
SQLite3::lastInsertRowID
— Returns the row ID of the most recent INSERT into the database
SQLite3::loadExtension
— Attempts to load an SQLite extension library
SQLite3::open
— Opens an SQLite database
SQLite3::prepare
— Prepares an SQL statement for execution
SQLite3::query
— Executes an SQL query
SQLite3::querySingle
— Executes a query and returns a single result
SQLite3::version
— بازگرداندن نسخه کتابخانه SQLite3 به عنوان ثابت رشته و به عنوان عدد
SQLite3Stmt
— کلاس SQLite3Stmt
SQLite3Stmt::bindParam
— انقیاد پارامتر به متغیر عبارت
SQLite3Stmt::bindValue
— انقیاد مقدار پارامتر به متغیر عبارت
SQLite3Stmt::clear
— پاک کردن تمام پارامترهای محدود فعلی
SQLite3Stmt::close
— بستن عبارت از پیشآماده
SQLite3Stmt::execute
— اجرای عبارت از پیشآماده و بازگرداندن شی مجموعه نتیجه
SQLite3Stmt::paramCount
— بازگرداندن تعداد پارامترها در عبارت از پیشآماده
SQLite3Stmt::reset
— بازنشانی عبارت از پیش آماده
SQLite3Result
— The SQLite3Result class
SQLite3Result::columnName
— باز گرداندن نام ستون nام
SQLite3Result::columnType
— باز گرداندن نوع ستون nام
SQLite3Result::fetchArray
— Fetches a result row as an associative or numerically indexed array or both
SQLite3Result::finalize
— بستن نتیجه
SQLite3Result::numColumns
— بازگرداندن تعداد ستونهای نتیجه
SQLite3Result::reset
— بازگرداندن نتایج به اولین ردیف
sqlite_valid
Introduction
Vendor Specific Database Extensions
PHP Manual