函数:OCIColumnIsNULL()


OCIColumnIsNULL

测试返回行是否为空的。

语法: boolean OCIColumnIsNULL(int stmt, mixed column);

返回值: 布尔值

函数种类: 数据库功能

内容说明

本函数用来测试返回的行 (column) 是否为空值 (NULL)。返回 true 表示为空值。



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序