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

search for in the

pg_field_name> <pg_fetch_row
[edit] Last updated: Fri, 17 May 2013

view this page in

pg_field_is_null

(PHP 4 >= 4.2.0, PHP 5)

pg_field_is_nullVerifica 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 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites