sqlite_is_memory

mIRC SQLite

sqlite_is_memory
Checks whether database is memory database or not.
Syntax
$sqlite_is_memory ( conn )
Parameters
conn
The connection identifier.
Return Value
1 if conn is a memory database, 0 if it's file database, or $null if there was an error.