(no version information, might be only in CVS)
oci_field_is_null -- Checks if the field is 
NULLDescription
bool 
oci_field_is_null ( resource stmt, mixed field)
     oci_field_is_null() returns TRUE if field 
     field from the statement is 
     NULL. Parameter field could be a field's index
     or a field's name (uppercased).