get_dbms_version()
public static function get_dbms_version()
Returns the raw value from a SELECT version() or SELECT sqlite_version() db query.
Since: 2.7.1
Source: common.php:7932
Returns
string— The version number or the version number and system type.