File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
reference/sqlite3/sqlite3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<modifier >public</modifier > <methodname >SQLite3::__construct</methodname >
16
16
<methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
17
17
<methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer >SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer ></methodparam >
18
- <methodparam choice =" opt" ><type >string</type ><parameter >encryption_key</parameter ><initializer >&null; </initializer ></methodparam >
18
+ <methodparam choice =" opt" ><type >string</type ><parameter >encryption_key</parameter ><initializer >"" </initializer ></methodparam >
19
19
</methodsynopsis >
20
20
<para >
21
21
Instantiates an SQLite3 object and opens a connection to an
Original file line number Diff line number Diff line change 13
13
<modifier >public</modifier > <type >void</type ><methodname >SQLite3::open</methodname >
14
14
<methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
15
15
<methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer >SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer ></methodparam >
16
- <methodparam choice =" opt" ><type >string</type ><parameter >encryption_key</parameter ><initializer >&null; </initializer ></methodparam >
16
+ <methodparam choice =" opt" ><type >string</type ><parameter >encryption_key</parameter ><initializer >"" </initializer ></methodparam >
17
17
</methodsynopsis >
18
18
<para >
19
19
Opens an SQLite 3 Database. If the build includes encryption, then it will
You can’t perform that action at this time.
0 commit comments