odbc_fetch_intoPHP ManualPrevNextodbc_fetch_intoodbc_fetch_into -- Fetch one result row into arrayDescriptionint odbc_fetch_into(int result_id, int [rownumber], array result_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.PrevHomeNextodbc_executeUpodbc_fetch_row
Wyszukiwarka