If the PHP SQLite3 class doesn’t provide a property or a method to return this information, SQLite engine has a PRAGMA statement to get or set internal data or modify the library behavior.
1 |
<span class="pln">PRAGMA database_list</span><span class="pun">;</span> |
It will returns a row with seq, name, file fields respectively containing a sequence id, the internal name of the database […]
Read more