public StatementInterface::fetch($mode = NULL, $cursor_orientation = NULL, $cursor_offset = NULL)
Fetches the next row from a result set.
See http://php.net/manual/pdo.constants.php for the definition of the constants used.
$mode: One of the PDO::FETCH_* constants. Default to what was specified by setFetchMode().
$cursor_orientation: Not implemented in all database drivers, don't use.
$cursor_offset: Not implemented in all database drivers, don't use.
A result, formatted according to $mode.
public function fetch($mode = NULL, $cursor_orientation = NULL, $cursor_offset = NULL);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!StatementInterface.php/function/StatementInterface::fetch/8.1.x