Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
SQLite3
Introduzione
Support for SQLite version 3 databases.
Installazione/Configurazione
Requisiti
Installazione
Configurazione di Runtime
Costanti predefinite
SQLite3
โ The SQLite3 class
SQLite3::backup
โ Backup one database to another database
SQLite3::busyTimeout
โ Sets the busy connection handler
SQLite3::changes
โ Returns the number of database rows that were changed (or inserted or deleted) by the most recent SQL statement
SQLite3::close
โ Closes the database connection
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::createCollation
โ Registers a PHP function for use as an SQL collating function
SQLite3::createFunction
โ Registers a PHP function for use as an SQL scalar function
SQLite3::enableExceptions
โ Enable throwing exceptions
SQLite3::escapeString
โ Restituisce una stringa su cui รจ stato correttamente effettuato l'escape
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::openBlob
โ Opens a stream resource to read a BLOB
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::setAuthorizer
โ Configures a callback to be used as an authorizer to limit what a statement can do
SQLite3::version
โ Returns the SQLite3 library version as a string constant and as a number
SQLite3Exception
โ The SQLite3Exception class
SQLite3Stmt
โ The SQLite3Stmt class
SQLite3Stmt::bindParam
โ Binds a parameter to a statement variable
SQLite3Stmt::bindValue
โ Binds the value of a parameter to a statement variable
SQLite3Stmt::clear
โ Clears all current bound parameters
SQLite3Stmt::close
โ Closes the prepared statement
SQLite3Stmt::__construct
โ Constructs an SQLite3Stmt object
SQLite3Stmt::execute
โ Executes a prepared statement and returns a result set object
SQLite3Stmt::getSQL
โ Get the SQL of the statement
SQLite3Stmt::paramCount
โ Returns the number of parameters within the prepared statement
SQLite3Stmt::readOnly
โ Returns whether a statement is definitely read only
SQLite3Stmt::reset
โ Resets the prepared statement
SQLite3Result
โ The SQLite3Result class
SQLite3Result::columnName
โ Returns the name of the nth column
SQLite3Result::columnType
โ Returns the type of the nth column
SQLite3Result::__construct
โ Constructs an SQLite3Result
SQLite3Result::fetchArray
โ Fetches a result row as an associative or numerically indexed array or both
SQLite3Result::finalize
โ Closes the result set
SQLite3Result::numColumns
โ Returns the number of columns in the result set
SQLite3Result::reset
โ Resets the result set back to the first row
Found A Problem?
Learn How To Improve This Page
โข
Submit a Pull Request
โข
Report a Bug
๏ผ
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^