Skip to content

Commit ad8f526

Browse files
rodrigoqondrejmirtes
authored andcommitted
Fix incorrect doc for SQLite3::openBlob
1 parent 2cbd1a3 commit ad8f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11649,7 +11649,7 @@
1164911649
'SQLite3::lastInsertRowID' => ['int'],
1165011650
'SQLite3::loadExtension' => ['bool', 'shared_library'=>'string'],
1165111651
'SQLite3::open' => ['void', 'filename'=>'string', 'flags='=>'int', 'encryption_key='=>'string|null'],
11652-
'SQLite3::openBlob' => ['resource', 'table'=>'string', 'column'=>'string', 'rowid'=>'int', 'dbname'=>'string', 'flags='=>'int'],
11652+
'SQLite3::openBlob' => ['resource|false', 'table'=>'string', 'column'=>'string', 'rowid'=>'int', 'dbname='=>'string', 'flags='=>'int'],
1165311653
'SQLite3::prepare' => ['SQLite3Stmt|false', 'query'=>'string'],
1165411654
'SQLite3::query' => ['SQLite3Result|false', 'query'=>'string'],
1165511655
'SQLite3::querySingle' => ['array|int|string|bool|float|null|false', 'query'=>'string', 'entire_row='=>'bool'],

0 commit comments

Comments
 (0)