Manuel PHP

Précédent

 

Suivant

pg_FieldIsNull

pg_FieldIsNull -- Teste si un champs est à NULL

Description

int pg_fieldisnull(int result_id, int row, mixed field);

Teste si un champs est à NULL. Retourne 0 si le champs n'est pas NULL. Retourne 1 si le champs est à NULL. Le champs peut être identifié avec son nom ou son index numérique (commencant à 0).

Précédent

Sommaire

Suivant

pg_Fetch_Row

Chapitre

pg_FieldName