We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caf4c4 commit bb12370Copy full SHA for bb12370
README.md
@@ -59,7 +59,8 @@ $wrapped_connection->loadExtension('mod_spatialite.so');
59
```
60
This corresponds to the [`loadExtension`](https://www.php.net/manual/en/sqlite3.loadextension.php)
61
method in PHP's SQLite3 extension, or [`sqlite3_load_extension](https://sqlite.org/c3ref/load_extension.html)
62
-in the SQLite C interface.
+in the SQLite C interface. Returns `true` if the extension was successfully loaded,
63
+false if it was not.
64
65
### Obtaining the database filename
66
To obtain the full disk path of the database connected to, use `getDatabaseFilename()`:
0 commit comments