(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
int pg_fieldisnull (resource result, int row, mixed field)
int pg_fieldisnull
フィールドがNULLかどうか調べます。rowで指定した行のフィールドが NULLでない場合は0を返し、NULLだった場合は1を返します。fieldは番号 またはフィールド名で指定します。rowの番号付けは0から始まります。