| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_column_names(PECL CUBRID >= 8.3.0) cubrid_column_names — Get the column names in result 説明
array cubrid_column_names
( resource
$req_identifier
)
The cubrid_column_names() function is used to get the
column names of the query result by using パラメータ
返り値Array of string values containing the column names, when process is successful.
例例1 cubrid_column_names() example
<?php 上の例の出力は以下となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code integer 11 stadium_code integer 11 nation_code char 3 medal char 1 game_date date 10 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_column_names - Get the column names in result」をGoogle検索
|