|
odbc_fetch_into(PHP 4, PHP 5) odbc_fetch_into — Fetch one result row into array Описание
int odbc_fetch_into
( resource $result_id
, array &$result_array
[, int $rownumber
] )
Fetch one result row into array. Список параметров
Возвращаемые значенияReturns the number of columns in the result; FALSE on error. Список изменений
Примеры
Пример #1 odbc_fetch_into() examples
<?php or
<?php |
|||||||||