| 1 | <?php |
||
| 10 | class Result implements ResultInterface |
||
| 11 | { |
||
| 12 | protected $statement; |
||
| 13 | protected $last = null; |
||
| 14 | protected $fetched = -1; |
||
| 15 | protected $iid = null; |
||
| 16 | protected $aff = 0; |
||
| 17 | |||
| 18 | public function __construct($statement, $iid, $aff) |
||
| 40 | |||
| 41 | public function count() |
||
| 45 | |||
| 46 | public function key() |
||
| 72 | } |
If you suppress an error, we recommend checking for the error condition explicitly: