From professional translators, enterprises, web pages and freely available translation repositories.
unknown fieldname
フィールド名が不明です
Last Update: 2016-10-21
Usage Frequency: 2
Quality:
columns are returned into the array having both a numerical index and the fieldname as the array index.
the function mysql_fetch_array() uses a constant for the different types of result arrays. the following constants are defined:
field can be specified as column index (number) or fieldname (string).
pg_field_is_null() は、フィールドが null かどうか 調べます。rowで指定した行のフィールドが null でない場合は0を返し、 null だった場合は1を返します。fieldはカラム番号(数値)またはフィー ルド名(文字列)で指定します。rowの番号付けは0から始まります。