PHP:pg_tty()的用法 PHP
pg_tty
(PHP 4, PHP 5)
pg_tty —
返回该连接的 tty 号
说明
string pg_tty
( resource $connection
)
pg_tty() 返回指定 PostgreSQL connection
PHP:pg_unescape_bytea()的用法 PHP
pg_unescape_bytea
(PHP 4 >= 4.3.0, PHP 5)
pg_unescape_bytea —
取消 bytea 类型中的字符串转义
说明
string pg_unescape_bytea
( string $data
)
PHP:pg_update()的用法 PHP
pg_update
(PHP 4 >= 4.3.0, PHP 5)
pg_update —
更新表
说明
mixed pg_update
( resource $connection
, string $table_name
, array $data
, array
PHP:pg_version()的用法 PHP
pg_version
(PHP 5)
pg_version —
Returns an array with client, protocol and server version (when available)
说明
array pg_version
([ resource $connection
] )
pg_version
PHP:pg_untrace()的用法 PHP
pg_untrace
(PHP 4 >= 4.0.1, PHP 5)
pg_untrace — 关闭 PostgreSQL 连接的追踪功能
说明
bool pg_untrace
([ resource $connection
] )
停止由 pg_tra
PHP:oci_bind_array_by_name()的用法 PHP
oci_bind_array_by_name
(PHP 5 >= 5.1.2, PECL OCI8 >= 1.2.0)
oci_bind_array_by_name — Binds a PHP array to an Oracle PL/SQL array parameter
说明
bool oci_bind_array_by_name
( r
PHP:pg_last_error()的用法 PHP
pg_last_error
(PHP 4 >= 4.2.0, PHP 5)
pg_last_error — 得到某连接的最后一条错误信息
说明
string pg_last_error
([ resource $connection
] )
pg
PHP:pg_host()的用法 PHP
pg_host
(PHP 4, PHP 5)
pg_host —
返回和某连接关联的主机名
说明
string pg_host
( resource $connection
)
pg_host() 返回指定的 Post
PHP:pg_get_result()的用法 PHP
pg_get_result
(PHP 4 >= 4.2.0, PHP 5)
pg_get_result —
取得异步查询结果
说明
resource pg_get_result
([ resource $connection
] )
pg_get_r
PHP:pg_insert()的用法 PHP
pg_insert
(PHP 4 >= 4.3.0, PHP 5)
pg_insert —
将数组插入到表中
说明
mixed pg_insert
( resource $connection
, string $table_name
, array $assoc_array