PDOStatement::fetch
PDOStatement::fetch
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
PDOStatement::fetch — Fetches the next row from a result set
Description
public mixed PDOStatement::fetch ([ int $fetch_style [, int $cursor_orientation = PDO::FETCH_ORI_NEXT [, int $cursor_offset = 0 ]]] )
Fetches a row from a result set associated with a PDOStatement object. The fetch_style
parameter determines how PDO returns the row.
Parameters
-
fetch_style