PHP 8.3.4 Released!

pg_field_is_null

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

pg_field_is_nullVerifica se un campo è null

Descrizione

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

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

User Contributed Notes

There are no user contributed notes for this page.
To Top