Informix 関数
PHP Manual

ifx_fieldtypes

(PHP 4, PHP <=5.2.0)

ifx_fieldtypesInformix SQL フィールドのリスト

説明

array ifx_fieldtypes ( resource $result_id )

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

パラメータ

result_id

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

返り値

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

例1 フィールド名および SQL フィールド型

<?php
$types 
ifx_fieldtypes($resultid);
if (
is_array($types)) {
    foreach (
$types as $fname => $val) {
        echo 
"$fname:\t type = $val\n";
    }
}
?>

参考


Informix 関数
PHP Manual
アダルトレンタルサーバー