phan checks and updates

This commit is contained in:
Clemens Schwaighofer
2023-08-30 19:26:13 +09:00
parent c441063437
commit 46e1419ef5
3 changed files with 11 additions and 0 deletions

View File

@@ -75,6 +75,14 @@ $db->dbResetEncoding();
// empty calls, none of the below should fail
//
$db->dbGetCursor();
//
$db->dbGetCursorExt();
//
$db->dbGetCursorPos('SELECT foo', ['bar']);
//
$db->dbGetCursorNumRows('SELECT foo', ['bar']);
//
$db->dbGetInsertPKName();
//
$db->dbGetInsertPK();