mysqli_result::fetch_row

mysqli_result::fetch_row

mysqli_fetch_row

(PHP 5, PHP 7)

mysqli_result::fetch_row -- mysqli_fetch_rowGet a result row as an enumerated array

Description

Object oriented style

mixed mysqli_result::fetch_row ( void )

Procedural style

mixed mysqli_fetch_row ( mysqli_result $result )

Fetches one row of data from the result set and returns it as an enumerated array, where each column is stored in an array offset starting from 0 (zero). Each subsequen