|
odbc_fetch_intoFetch one result row into array Description
int odbc_fetch_into
( resource
$result_id
, array &$result_array
[, int $rownumber
] )Fetch one result row into array. Parameters
Return Values
Returns the number of columns in the result;
Changelog
Examples
Example #1 odbc_fetch_into examples
<?php or
<?php |