odbc_fetch_into(3) php man page | unix.com

Man Page: odbc_fetch_into

Operating Environment: php

Section: 3

ODBC_FETCH_INTO(3)							 1							ODBC_FETCH_INTO(3)

odbc_fetch_into - Fetch one result row into array

SYNOPSIS
int odbc_fetch_into (resource $result_id, array &$result_array, [int $rownumber])
DESCRIPTION
Fetch one result row into array.
PARAMETERS
o $result_id - The result resource. o $result_array - The result array that 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. o $rownumber - The row number.
RETURN VALUES
Returns the number of columns in the result; FALSE on error.
EXAMPLES
Example #1 odbc_fetch_into(3) examples <?php $rc = odbc_fetch_into($res_id, $my_array); ?> or <?php $rc = odbc_fetch_into($res_id, $my_array, 2); ?> PHP Documentation Group ODBC_FETCH_INTO(3)
Related Man Pages
fbsql_fetch_assoc(3) - php
fbsql_fetch_array(3) - php
ibase_fetch_assoc(3) - php
ingres_fetch_assoc(3) - php
msql_fetch_row(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun