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 needle to the end of haystackphp ldap 函数 convert ldap error number into string error messagephp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 opens an sqlite database and returns an sqlitedatabase objectphp sqlite 函数 returns the number of fields in a result setphp sqlite 函数 returns the number of rows in a buffered result setphp tidy 函数 returns the number of tidy warnings encountered for specified documentphp hyperwave api 函数 returns number of attributesphp imagick returns the imagemagick api copyright as a stringphp mysqlnduhconnection returns a string description of the last errorphp mysqlnduhconnection returns the number of columns for the most recent queryphp reflectionparameter returns the default value s constant name if default value is constant or nullphp solrquery returns the maximum number of characters from a field when using the regex fragmenterphp 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 number of columns in the result setphp sqlite3stmt returns the number of parameters within the prepared statementphp svmmodel returns the number of classes the model was trained with
关注编程学问公众号