|
20 | 20 | 'http_clear_last_response_headers' => ['void'], |
21 | 21 | 'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], |
22 | 22 | 'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], |
| 23 | + 'dba_close' => ['void', 'handle'=>'Dba\Connection'], |
| 24 | + 'dba_delete' => ['bool', 'key'=>'string', 'handle'=>'Dba\Connection'], |
| 25 | + 'dba_exists' => ['bool', 'key'=>'string', 'handle'=>'Dba\Connection'], |
| 26 | + 'dba_fetch' => ['string|false', 'key'=>'string', 'skip'=>'int', 'handle'=>'Dba\Connection'], |
| 27 | + 'dba_fetch\'1' => ['string|false', 'key'=>'string', 'handle'=>'Dba\Connection'], |
| 28 | + 'dba_firstkey' => ['string|false', 'handle'=>'Dba\Connection'], |
| 29 | + 'dba_insert' => ['bool', 'key'=>'string', 'value'=>'string', 'handle'=>'Dba\Connection'], |
| 30 | + 'dba_nextkey' => ['string|false', 'handle'=>'Dba\Connection'], |
| 31 | + 'dba_open' => ['Dba\Connection|false', 'path'=>'string', 'mode'=>'string', 'handlername='=>'string', '...args='=>'string'], |
| 32 | + 'dba_optimize' => ['bool', 'handle'=>'Dba\Connection'], |
| 33 | + 'dba_popen' => ['Dba\Connection|false', 'path'=>'string', 'mode'=>'string', 'handlername='=>'string', '...args='=>'string'], |
| 34 | + 'dba_replace' => ['bool', 'key'=>'string', 'value'=>'string', 'handle'=>'Dba\Connection'], |
| 35 | + 'dba_sync' => ['bool', 'handle'=>'Dba\Connection'], |
23 | 36 | ], |
24 | 37 | 'old' => [ |
25 | 38 |
|
|
0 commit comments