ocicolumnisnull

(PHP 3>= 3.0.4, PHP 4 , PHP 5)

ocicolumnisnull -- 测试一个结果列是否是 NULL

描述

bool ocicolumnisnull ( resource stmt, mixed col)

如果 stmt 语句结果中返回的 column 列的值是 NULLocicolumnisnull() 返回 TRUE 。 你能够使用列序号或者列名作为 col 参数。列序号从1开始计算,列名使用大写字母。