Query: odbc_fetch_array
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_FETCH_ARRAY(3) 1 ODBC_FETCH_ARRAY(3) odbc_fetch_array - Fetch a result row as an associative arraySYNOPSISarray odbc_fetch_array (resource $result, [int $rownumber])DESCRIPTIONFetch an associative array from an ODBC query.PARAMETERSo $result - The result resource from odbc_exec(3). o $rownumber - Optionally choose which row number to retrieve.RETURN VALUESReturns an array that corresponds to the fetched row, or FALSE if there are no more rows.NOTESNote This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.SEE ALSOodbc_fetch_row(3), odbc_fetch_object(3), odbc_num_rows(3). PHP Documentation Group ODBC_FETCH_ARRAY(3)
Related Man Pages |
---|
fbsql_fetch_assoc(3) - php |
mssql_fetch_array(3) - php |
mysql_fetch_assoc(3) - php |
ingres_fetch_array(3) - php |
ingres_fetch_assoc(3) - php |
Similar Topics in the Unix Linux Community |
---|
add the output of a query to a variable to be used in another query |