Returns the current row of a result set as an object
| Parameters | |||
|---|---|---|---|
PDOStatement
|
$result |
# | |
| Returns | |
|---|---|
object
|
An object that corresponds to the fetched row or NULL if there are no more rows in resultset. |