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