| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ADORecordSet extends ADODBRecordsetClass implements \Countable |
||
|
|
|||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Returns the recordCount. |
||
| 16 | */ |
||
| 17 | public function count(): int |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * synonyms RecordCount and RowCount. |
||
| 24 | * |
||
| 25 | * @return int number of rows or -1 if this is not supported |
||
| 26 | */ |
||
| 27 | public function recordCount() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Returns the recordCount. |
||
| 34 | * |
||
| 35 | * @param int $fieldoffset |
||
| 36 | * |
||
| 37 | * @return \ADOFieldObject the field |
||
| 38 | */ |
||
| 39 | public function fetchField($fieldoffset = -1): \ADOFieldObject |
||
| 44 |