PDOStatement::fetch
Fetches the next row from a result set
Signature
public function fetch(int
$fetch_style,
int
$cursor_orientation,
int
$cursor_offset )
Parameters
$fetch_style
— int$cursor_orientation
— int$cursor_offset
— int
Returns
- mixed