|
odbc_fetch_intoFetch one result row into array Description
intfalse odbc_fetch_into(Odbc\Result
$statement, array &$array, intnull $row = null)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 or |