PHP3 Manual | ||
---|---|---|
Prev | Next |
odbc_fetch_into -- Fetch one result row into array
Returns the number of columns in the result; false on error. result_array must be passed by reference, but it can be of any type since it will be converted to type array. The array will contain the column values starting at array index 0.
Prev | Home | Next |
odbc_execute | Up | odbc_fetch_row |