Fetch a result row as an associative, a numeric array, or both
Parameters | |||
---|---|---|---|
PDOStatement
|
$result |
# |
Returns | |
---|---|
array
|
An array that corresponds to the fetched row or NULL if there are no more rows for the result set represented by the result parameter. |