Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/249.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 我如何知道我的系统上有哪个版本的SQLITE驱动程序?_Php_Sqlite_Pdo - Fatal编程技术网

Php 我如何知道我的系统上有哪个版本的SQLITE驱动程序?

Php 我如何知道我的系统上有哪个版本的SQLITE驱动程序?,php,sqlite,pdo,Php,Sqlite,Pdo,我正在使用print_rPDO::getAvailableDriver;它给了我这个输出: Array ( [0] => mysql [1] => sqlite ) 但我想知道我的系统上安装了什么版本的SQLITE?请查看此链接@RohitKumarChoudhary请添加此链接作为答案。

我正在使用print_rPDO::getAvailableDriver;它给了我这个输出:

Array ( [0] => mysql [1] => sqlite ) 

但我想知道我的系统上安装了什么版本的SQLITE?

请查看此链接@RohitKumarChoudhary请添加此链接作为答案。