PHP:pg_field_is_null()的用法 PHP
pg_field_is_null
(PHP 4 >= 4.2.0, PHP 5)
pg_field_is_null — 测试字段是否为 NULL
说明
int pg_field_is_null
( resource $result
, int $row
, mixed $fiel
PHP:pg_field_name()的用法 PHP
pg_field_name
(PHP 4 >= 4.2.0, PHP 5)
pg_field_name — 返回字段的名字
说明
string pg_field_name
( resource $result
, int $field_number
)
pg_
PHP:pg_field_num()的用法 PHP
pg_field_num
(PHP 4 >= 4.2.0, PHP 5)
pg_field_num — 返回字段的编号
说明
int pg_field_num
( resource $result
, string $field_name
)
pg_field
PHP:pg_field_prtlen()的用法 PHP
pg_field_prtlen
(PHP 4 >= 4.2.0, PHP 5)
pg_field_prtlen — 返回打印出来的长度
说明
int pg_field_prtlen
( resource $result
, int $row_number
, string
PHP:pg_field_size()的用法 PHP
pg_field_size
(PHP 4 >= 4.2.0, PHP 5)
pg_field_size —
返回指定字段占用内部存储空间的大小
说明
int pg_field_size
( resource $result
, in
PHP:pg_field_type_oid()的用法 PHP
pg_field_type_oid
(PHP 5 >= 5.1.0)
pg_field_type_oid —
Returns the type ID (OID) for the corresponding field number
说明
int pg_field_type_oid
( resource $result
, int $
PHP:pg_field_table()的用法 PHP
pg_field_table
(PHP 5 >= 5.2.0)
pg_field_table — Returns the name or oid of the tables field
说明
mixed pg_field_table
( resource $result
, int $field_number
[, bool $oid_o
PHP:pg_field_type()的用法 PHP
pg_field_type
(PHP 4 >= 4.2.0, PHP 5)
pg_field_type —
返回相应字段的类型名称
说明
string pg_field_type
( resource $result
, int $field_number
PHP:pg_flush()的用法 PHP
pg_flush
(PHP 5 >= 5.6.0)
pg_flush — Flush outbound query data on the connection
说明
mixed pg_flush
( resource $connection
)
pg_flush() flushes any outbound query data
PHP:pg_free_result()的用法 PHP
pg_free_result (PHP 4 = 4.2.0, PHP 5)
pg_free_result — 释放查询结果占用的内存 说明 bool pg_free_result ( resource $result ) .....