IT学习者 -> 技术文档 -> PHP 完全中文手册

函数:pg_FieldPrtLen()


pg_FieldPrtLen

计算可列示的长度。

语法: int pg_fieldprtlen(int result, int row, mixed field);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数用来取得指定字段的可列示字符长度。参数 result 为查询结果代码。参数 row 表指定的列。参数 field 为指定的字段,第一栏为 0。若有错误则返回 -1 值。



[ 上一页  PHP中文手册  下一页 ]

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