PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3_stmt> <SQLite3
Last updated: Fri, 14 Nov 2008

view this page in

SQLite3::version

(No version information available, might be only in CVS)

SQLite3::version SQLite3 ライブラリのバージョンを、文字列定数と数値で返す

説明

public array SQLite3::version ( void )

SQLite3 ライブラリのバージョンを、文字列定数と数値で返します。

パラメータ

この関数にはパラメータはありません。

返り値

キー "versionString" および "versionNumber" を持つ連想配列を返します。

例1 SQLite3::version() の例

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

上の例の出力は、たとえば 以下のようになります。

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



add a note add a note User Contributed Notes
SQLite3::version
There are no user contributed notes for this page.

SQLite3_stmt> <SQLite3
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites