测试返回行是否为空的。
语法: boolean OCIColumnIsNULL(int stmt, mixed column);
返回值: 布尔值
函数种类: 数据库功能
本函数用来测试返回的行 (column) 是否为空值 (NULL)。返回 true 表示为空值。
PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序