★ wanayoo — archive 1999 http://fr.php.net/manual/ja/function.msql-list-fields.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to mSQL
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
mSQL
* msql
* msql_affected_rows
* msql_close
* msql_connect
* msql_create_db
* msql_createdb
* msql_data_seek
* msql_dbname
* msql_drop_db
* msql_dropdb
* msql_error
* msql_fetch_array
* msql_fetch_field
* msql_fetch_object
* msql_fetch_row
* msql_fieldname
* msql_field_seek
* msql_fieldtable
* msql_fieldtype
* msql_fieldflags
* msql_fieldlen
* msql_free_result
* msql_freeresult
* msql_list_fields
* msql_listfields
* msql_list_dbs
* msql_listdbs
* msql_list_tables
* msql_listtables
* msql_num_fields
* msql_num_rows
* msql_numfields
* msql_numrows
* msql_pconnect
* msql_query
* msql_regcase
* msql_result
* msql_select_db
* msql_selectdb
* msql_tablename

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: msql_list_fields
View the source code for this pageSearch the site



Previous page
 msql_freeresult
 Updated
Mon, 05 Mar 2001
msql_listfields 
Next page


msql_list_fields

(PHP 3, PHP 4 )

msql_list_fields -- 結果フィールドのリストを得る

説明

int msql_list_fields (string dデータベース, string テーブル名)

msql_list_fields()は、指定したテーブル名に関する情報を 返します。引数は、データベース名とテーブル名です。 返される結果ポインタは、 msql_fieldflags()msql_fieldlen()msql_fieldname()msql_fieldtype() で使用されます。 クエリー ID は、正の整数です。この関数は、エラーの場合に -1 を返します。 エラー内容を示す文字列が、$phperrmsg に 書きこまれます。 この関数が @msql_list_fields() としてコールされた 場合を除いて、このエラー文字列の出力も行われます。

msql_error() も参照下さい。


 About Notes


Previous page
 msql_freeresult
 Updated
Mon, 05 Mar 2001
msql_listfields 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.