SQLite3::version

(PHP 5 >= 5.3.0, PHP 7)

SQLite3::version Returns the SQLite3 library version as a string constant and as a number

说明

public static SQLite3::version ( void ) : array

Returns the SQLite3 library version as a string constant and as a number.

参数

此函数没有参数。

返回值

Returns an associative array with the keys "versionString" and "versionNumber".

范例

Example #1 SQLite3::version() example

<?php
print_r
(SQLite3::version());
?>

以上例程的输出类似于:

Array
(
    [versionString] => 3.5.9
    [versionNumber] => 3005009
)

相关文章
php grapheme 函数 returns part of haystack string from the first occurrence of case insensitive needle to the end of haystackphp json 函数 returns the error string of the last json encode or json decode callphp maxdb 函数 returns a string representing the type of connection usedphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 returns the error code of the last error for a databasephp sqlite 函数 returns the number of fields in a result setphp sqlite 函数 returns the number of rows in a buffered result setphp yaz 函数 returns number of hits for last searchphp mongodb bson regex returns the string representation of this regexphp mongodb bson timestamp returns the string representation of this timestampphp mongodb driver writeresult returns the number of documents inserted excluding upserts php mongogridfsfile returns this file s contents as a string of bytesphp solrquery returns the number of characters of fragments to consider for highlightingphp sqlite3 returns the number of database rows that were changed or inserted or deleted by the most recent sql statementphp sqlite3 returns a string that has been properly escapedphp sqlite3 returns the sqlite3 library version as a string constant and as a numberphp sqlite3result returns the type of the nth columnphp sqlite3result returns the number of columns in the result setphp sqlite3stmt returns the number of parameters within the prepared statementphp ktaglib tag returns the artist string from a id3 tag
关注编程学问公众号