HOME

Returns the version of the linked SQLite library
SQLite Functions
PHP Manual

sqlite_libversion

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_libversionReturns the version of the linked SQLite library

Description

string sqlite_libversion ( void )

Returns the version of the linked SQLite library.

Return Values

Returns the library version, as a string.

See Also


SQLite Functions
PHP Manual