<<< Previous question <<< Question ID#0250.md >>> Next question >>>
Which of the following methods of PDOStatement class returns the next rowset in a multi-query statement?
- A)
PDOStatement->nextRowset()
- B)
PDOStatement->fetch()
- C)
PDOStatement->fetchAll()
- D)
PDOStatement->rowCount()
Answer
Answer: A