PHP ODBC 参考手册
odbc_fetch_into()函数将一个结果行提取到数组中。
int odbc_fetch_into ( resource $result_id , array &$result_array [, int $rownumber ] )
它用来将结果提取到行中
它返回行中的列数,否则返回错误
result_id
它包含结果资源的信息
result_array
它包含结果数组,并且从索引0开始
rownumber
它包含行号