Skip to content

Instantly share code, notes, and snippets.

@Shakil-Shahadat
Created July 6, 2025 21:19
Show Gist options
  • Save Shakil-Shahadat/ebcd699cd5cbe82b411e382807647bcb to your computer and use it in GitHub Desktop.
Save Shakil-Shahadat/ebcd699cd5cbe82b411e382807647bcb to your computer and use it in GitHub Desktop.
Get SQLite version number using PHP
print_r( SQLite3::version()[ 'versionString' ] );
// Ref: https://www.php.net/manual/en/sqlite3.version.php
// Add this to sqlite tut and delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment