Sybase 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

sybase_fetch_field

(PHP 4, PHP 5)

sybase_fetch_fieldGet field information from a result

说明

object sybase_fetch_field ( resource $result [, int $field_offset=-1 ] )

sybase_fetch_field() can be used in order to obtain information about fields in a certain query result.

参数

result

field_offset

If the field offset isn't specified, the next field that wasn't yet retrieved by sybase_fetch_field() is retrieved.

返回值

Returns an object containing field information.

The properties of the object are:

参见


Sybase 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程