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