Created
July 6, 2025 21:19
-
-
Save Shakil-Shahadat/ebcd699cd5cbe82b411e382807647bcb to your computer and use it in GitHub Desktop.
Get SQLite version number using PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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