(No version information available, might only be in Git)
Returns a row as an array
array sqlsrv_fetch_array ( resource $stmt [, int $fetchType [, int $row [, int $offset ]]] )
Returns the next available row of data as an associative array, a numeric array, or both (the default).
Parameters:
stmt
A statement resource returned by sqlsrv_query or sqlsrv_prepare.