|
cubrid_field_nameReturn the name of the specified field index 説明
string cubrid_field_name(resource
$result , int $field_offset )This function returns the name of the specified field index on success or it returns FALSE on failure. パラメータ
戻り値Name of specified field index, on success.
例例1 cubrid_field_name example
上の例の出力は以下となります。 Field Name Field Flags host_year not_null primary_key unique_key event_code not_null primary_key unique_key foreign_key athlete_code not_null primary_key unique_key foreign_key stadium_code not_null nation_code medal game_date |