odbc_fetch_into

odbc_fetch_into -- Fetch one result row into array

Description

bool odbc_fetch_into ( resource result_id [, int rownumber, array result_array])

resource odbc_fetch_into ( resource result_id, array result_array [, int rownumber])

Exemplo 1 . odbc_fetch_into( ) pre 4.0.6 example









Exemplo 2 . odbc_fetch_into( ) 4.0.6 example









Exemplo 3 . odbc_fetch_into( ) 4.2.0 example