db_fetchAssoc

Fetch a result row as an associative array

Parameters
PDOStatement $result #
Returns
array

An associative array that corresponds to the fetched row or NULL if there are no more rows.