MYSQL_FIELD_OFFSET mysql_field_seek(MYSQL_RES
*result, MYSQL_FIELD_OFFSET offset)
説明
フィールドカーソルの位置を指定されたオフセットに設定します。次に
mysql_fetch_field()
を呼び出すと、そのオフセットに関連付けられたカラムのフィールド定義を返します。
レコードの先頭にシークするには、offset
値に 0 を渡します。
戻り値
シークする前のフィールドカーソルの値。
エラー
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.