buffer()
count()
current()
getAffectedRows()
getFieldCount()
getGeneratedValue()
getResource()
initialize()
isBuffered()
isQueryResult()
key()
next()
rewind()
valid()
$count
$generatedValue
$position
$resource
buffer() : null
null
count() : int
(PHP 5 >= 5.1.0)<br/> Count elements of an object
link | http://php.net/manual/en/countable.count.php |
---|
int
The custom count as an integer. The return value is cast to an integer.
current() : array | bool | mixed
array
bool
mixed
getAffectedRows() : int
int
getFieldCount() : int
int
getGeneratedValue() : mixed | null
mixed
null
getResource() : mixed
mixed
initialize($resource, $generatedValue) : void
isBuffered() : false
false
isQueryResult() : bool
bool
key() : int | mixed
int
mixed
next() : void
rewind() : void
valid() : bool
bool
$count : int
$generatedValue : null | mixed
$position : int
$resource : resource