previousMDB_Common::fetchRow() (Previous) (Next) MDB_Common::freeResult()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

MDB_Common::fetchInto()

MDB_Common::fetchInto() – 行を変数に取得する

Synopsis

require_once 'MDB.php';

mixed fetchInto ( resource $result , integer $fetchMode = MDB_FETCHMODE_DEFAULT , integer $rownum = = null )

Description

行を取得し、データを配列形式で返します。

Parameter

resource $result

結果 ID。

integer $fetchMode

取得した行の形式。

integer $rownum

取得する行番号。

Return value

mixed - 配列を返します。 行がもうない場合は NULL を返します。

previousMDB_Common::fetchRow() (Previous) (Next) MDB_Common::freeResult()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.