ifx_fieldtypesとは? わかりやすく解説

Weblio 辞書 > コンピュータ > PHP関数リファレンス > ifx_fieldtypesの意味・解説 

ifx_fieldtypes

(No version information available, might be only in CVS)
ifx_fieldtypes — Informix SQL フィールドのリスト

説明

array ifx_fieldtypes ( resource result_id )
result_id のクエリについて、フィールド名をキーとし、 SQL フィールド型をデータとした連想配列を返します。

パラメータ

result_id
result_id は、 ifx_query() または ifx_prepare() (select 型のクエリのみ!) により返された有効な結果 ID です。

返り値

result_id のクエリについて、フィールド名をキーとし、 SQL フィールド型をデータとした連想配列を返します。 エラーの場合に FALSE を返します。

例 979. フィールド名および SQL フィールド型
<?php
$types = ifx_fieldtypes($resultid);
if (is_array($types)) {
   foreach ($types as $fname => $val) {
       echo "$fname:\t type = $val\n";
   }
}
?>


参考

ifx_fieldproperties()




英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ifx_fieldtypes」の関連用語

ifx_fieldtypesのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ifx_fieldtypesのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2025 by the PHP Documentation Group.

©2025 GRAS Group, Inc.RSS