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 9a19761 commit a642b52Copy full SHA for a642b52
ext/sqlite3/sqlite3.c
@@ -89,7 +89,7 @@ zend_class_entry *php_sqlite3_sc_entry;
89
zend_class_entry *php_sqlite3_stmt_entry;
90
zend_class_entry *php_sqlite3_result_entry;
91
92
-/* {{{ proto bool SQLite3::open(String filename [, int Flags [, string Encryption Key]])
+/* {{{ proto void SQLite3::open(String filename [, int Flags [, string Encryption Key]])
93
Opens a SQLite 3 Database, if the build includes encryption then it will attempt to use the key. */
94
PHP_METHOD(sqlite3, open)
95
{
0 commit comments