PEAR Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Parameter
$fetchmode - format of fetched row. Default is DB_FETCHMODE_DEFAULT. See the "Fetch" section for further information.
$rownum - the row number to fetch. Default is null.
Returns
mixed - array a row of data, NULL on no more rows or DB_Error on error
Zurück | Zum Anfang | Nach vorne |
DB_Result | Nach oben | DB_Result::fetchInto() |