MDB_Common::fetchInto() -- fetch a row into a variable
Synopsis
mixed fetchInto
(resource
$result [, integer
$fetchMode MDB_FETCHMODE_DEFAULT [, integer
$rownum = NULL]])
Описание
Fetch a row and return data in an array.
Параметр
- resource
$result
result identifier
- integer
$fetchMode
format of fetched row
- integer
$rownum
the row number to fetch
Возвращаемое значение
mixed - an array or NULL, if no
more rows
HIVE: All information for read only. Please respect copyright! |