PHP:pg_query_params()的用法 PHP

pg_query_params (PHP 5 = 5.1.0) pg_query_params — Submits a command to the server and waits for the result, with ...
标签: php php教程

发布于  2024-3-1 20:41

PHP:pg_query()的用法 PHP

pg_query (PHP 4 >= 4.2.0, PHP 5) pg_query — 执行查询 说明 resource pg_query ( resource $connection , string $query ) pg_query() 在查询
标签: php php教程

发布于  2024-3-1 20:41

PHP:pg_result_error_field()的用法 PHP

pg_result_error_field (PHP 5 >= 5.1.0) pg_result_error_field — Returns an individual field of an error report. 说明 string pg_result_error_field ( resource $result , int $fiel
标签: php php教程

发布于  2024-3-1 20:41

PHP:pg_result_error()的用法 PHP

pg_result_error (PHP 4 >= 4.2.0, PHP 5) pg_result_error — 获得查询结果的错误信息 说明 string pg_result_error ( resource $result ) p
标签: php php教程

发布于  2024-3-1 20:41

PHP:pg_result_seek()的用法 PHP

pg_result_seek (PHP 4 >= 4.3.0, PHP 5) pg_result_seek — 在结果资源中设定内部行偏移量 说明 array pg_result_seek ( resource $result , int $offset
标签: php php教程

发布于  2024-3-1 20:41

PHP:pg_result_status()的用法 PHP

pg_result_status (PHP 4 >= 4.2.0, PHP 5) pg_result_status — 获得查询结果的状态 说明 int pg_result_status ( resource $result ) pg_resu
标签: php php教程

发布于  2024-3-1 20:41

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 php教程

发布于  2024-3-1 20:41

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 php教程

发布于  2024-3-1 20:41

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 php教程

发布于  2024-3-1 20:40

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 php教程

发布于  2024-3-1 20:40