PHP:pg_select()的用法 PHP
pg_select
(PHP 4 >= 4.3.0, PHP 5)
pg_select —
选择记录
说明
mixed pg_select
( resource $connection
, string $table_name
, array $assoc_array
[, int $opti
PHP:pg_send_execute()的用法 PHP
pg_send_execute
(PHP 5 >= 5.1.0)
pg_send_execute — Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).
说明
bool pg_send_execute
PHP:pg_send_prepare()的用法 PHP
pg_send_prepare
(PHP 5 >= 5.1.0)
pg_send_prepare — Sends a request to create a prepared statement with the given parameters, without waiting for completion.
说明
bool pg_send_prepare
PHP:pg_send_query_params()的用法 PHP
pg_send_query_params
(PHP 5 >= 5.1.0)
pg_send_query_params — Submits a command and separate parameters to the server without waiting for the result(s).
说明
bool pg_send_query_params
PHP:pg_send_query()的用法 PHP
pg_send_query
(PHP 4 >= 4.2.0, PHP 5)
pg_send_query —
发送异步查询
说明
bool pg_send_query
( resource $connection
, string $query
)
bo
PHP:pg_set_client_encoding()的用法 PHP
pg_set_client_encoding
(PHP 4 >= 4.0.3, PHP 5)
pg_set_client_encoding —
设定客户端编码
说明
int pg_set_client_encoding
([ resource $connection
],
PHP:pg_set_error_verbosity()的用法 PHP
pg_set_error_verbosity
(PHP 5 >= 5.1.0)
pg_set_error_verbosity —
Determines the verbosity of messages returned by pg_last_error()
and pg_result_error().
说明
int pg_set_erro
PHP:pg_trace()的用法 PHP
pg_trace
(PHP 4 >= 4.0.1, PHP 5)
pg_trace — 启动一个 PostgreSQL 连接的追踪功能
说明
bool pg_trace
( string $pathname
[, string $mode
[, resource
PHP:pg_socket()的用法 PHP
pg_socket
(PHP 5 >= 5.6.0)
pg_socket —
Get a read only handle to the socket underlying a PostgreSQL connection
说明
resource pg_socket
( resource $connection
)
pg_
PHP:pg_transaction_status()的用法 PHP
pg_transaction_status
(PHP 5 >= 5.1.0)
pg_transaction_status — Returns the current in-transaction status of the server.
说明
int pg_transaction_status
( resource $connection
)