PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

pg_field_name> <pg_fetch_row
Last updated: Fri, 18 Jul 2008

view this page in

pg_field_is_null

(PHP 4 >= 4.2.0, PHP 5)

pg_field_is_null — Verifica se un campo è NULL

Descrizione

int pg_field_is_null ( resource $risultato , int $tupla , mixed $campo )

pg_field_is_null() controlla se un campo è NULL o meno. Restituisce se il campo nella tupla data è NULL. Restituisce 0 se il campo nella tupla NON è NULL. Il campo può essere specificato con un indice di colonna (numero) o come un nome di campo (stringa). La numerazione comincia da 0.

Nota: Questa funzione si chiamava g_fieldisnull().



add a note add a note User Contributed Notes
pg_field_is_null
There are no user contributed notes for this page.

pg_field_name> <pg_fetch_row
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites