MDB_Common::fetchInto()
MDB_Common::fetchInto() -- fetch a row into a variable
概要
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