Forum und email

OCIColumnIsNULL

(PHP 4, PHP 5, PECL oci8:1.0-1.2.4)

OCIColumnIsNULL — 결과 컬럼이 널(NULL)인지 테스트한다

Description

int OCIColumnIsNULL ( int $stmt , mixed $column )

OCIColumnIsNULL()함수는 구문 stmt 의 결과값에서 리턴된 컬럼 column 값이 널(NULL)이면 TRUE를 리턴한다. col 인수를 위해 컬럼 숫자(column-number(1-Based))나 컬럼 이름(column-name)을 사용할 수 있다.