Zend
200-530 · Question #510
Which of the following methods of PDOStatement class returns the next result set in a multiquery statement?
The correct answer is C. PDOStatement->nextRowset(). See the full explanation below for the reasoning.
Question
Which of the following methods of PDOStatement class returns the next result set in a multiquery statement?
Options
- APDOStatement->fetchAll()
- BPDOStatement->fetch()
- CPDOStatement->nextRowset()
- DPDOStatement->rowCount()
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C79% (15)
- D11% (2)
Community Discussion
No community discussion yet for this question.