MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES
*result)
説明
最後に実行された
mysql_fetch_field()
で使用されたフィールドカーソルの位置を返します。この戻り値を、mysql_field_seek()
に引数として渡すことができます。
戻り値
フィールドカーソルの現在のオフセット。
エラー
ありません。
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.