Methods

Buffer

buffer() : null

Returns

null

Count

count() : int

(PHP 5 >= 5.1.0)<br/> Count elements of an object

link http://php.net/manual/en/countable.count.php

Returns

intThe custom count as an integer.

The return value is cast to an integer.

Current

current() : array | bool | mixed

Returns

arrayboolmixed

Get affected rows

getAffectedRows() : int

Returns

int

Get field count

getFieldCount() : int

Returns

int

Get generated value

getGeneratedValue() : mixed | null

Returns

mixednull

Get resource

getResource() : mixed

Returns

mixed

Initialize

initialize($resource, $generatedValue) : void

Parameters

$resource

$generatedValue

Exceptions

\Zend\Db\Adapter\Exception\InvalidArgumentException

Is buffered

isBuffered() : false

Returns

false

Is query result

isQueryResult() : bool

Returns

bool

Key

key() : int | mixed

Returns

intmixed

Rewind

rewind() : void

Valid

valid() : bool

Returns

bool

 Properties

 

$count

$count : int

 

$generatedValue

$generatedValue : null | mixed

 

$position

$position : int

 

$resource

$resource : resource