1567. Class

1567.1. Zend\Db\ResultSet\AbstractResultSet

1567.1.1. Methods

1567.1.1.1. initialize

initialize()

Set the data source for the result set

Parameters:Iterator|IteratorAggregate|ResultInterface
Return type:ResultSet
Throws :ExceptionInvalidArgumentException

1567.1.1.2. buffer

buffer()

1567.1.1.3. isBuffered

isBuffered()

1567.1.1.4. getDataSource

getDataSource()

Get the data source used to create the result set

Return type:null|Iterator

1567.1.1.5. getFieldCount

getFieldCount()

Retrieve count of fields in individual rows of the result set

Return type:int

1567.1.1.7. key

key()

Iterator: retrieve current key

Return type:mixed

1567.1.1.8. current

current()

Iterator: get current item

Return type:array

1567.1.1.9. valid

valid()

Iterator: is pointer valid?

Return type:bool

1567.1.1.10. rewind

rewind()

Iterator: rewind

Return type:void

1567.1.1.11. count

count()

Countable: return count of rows

Return type:int

1567.1.1.12. toArray

toArray()

Cast result set to array of arrays

Return type:array
Throws :ExceptionRuntimeException if any row is not castable to an array