Methods
Force buffering
buffer() : void
count()
count() : null | int
(PHP 5 >= 5.0.0)<br/>
Return the current element
current() : mixed
Returns
mixed
Can return any type.
Get affected rows
getAffectedRows() : int
Get field count
getFieldCount() : int
Get generated value
getGeneratedValue() : mixed | null
Get the resource
getResource() : mixed
Check if is buffered
isBuffered() : bool | null
Is query result?
isQueryResult() : bool
key()
key() : int | string
(PHP 5 >= 5.0.0)<br/>
Rewind the Iterator to the first element
rewind() : void
Properties
$currentComplete
$currentComplete : bool
$currentData
$currentData : mixed
$generatedValue
$generatedValue : mixed
$position
$position : int
$resource
$resource : resource