成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? PHP:pg_send_query_params()的用法_PostgreSQL函數
全站頭部文字 我要出現在這里
PHP:pg_send_query_params()的用法_PostgreSQL函數 695 2023-12-12   

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 ( resource $connection , string $query , array $params )

Submits a command and separate parameters to the server without waiting for the result(s).

This is equivalent to pg_send_query() except that query parameters can be specified separately from the query string. The function's parameters are handled identically to pg_query_params(). Like pg_query_params(), it will not work on pre-7.4 PostgreSQL connections, and it allows only one command in the query string.

參數

connection

PostgreSQL database connection resource.

query

The parameterized SQL statement. Must contain only a single statement. (multiple statements separated by semi-colons are not allowed.) If any parameters are used, they are referred to as $1, $2, etc.

params

An array of parameter values to substitute for the $1, $2, etc. placeholders in the original prepared query string. The number of elements in the array must match the number of placeholders.

返回值

成功時返回 TRUE, 或者在失敗時返回 FALSE

Use pg_get_result() to determine the query result.

范例

Example #1 Using pg_send_query_params()

<?php
  $dbconn = pg_connect("dbname=publisher") or die("Could not connect");

  // Using parameters.  Note that it is not necessary to quote or escape
  // the parameter.
  pg_send_query_params($dbconn, 'select count(*) from authors where city = $1', array('Perth'));
  
  // Compare against basic pg_send_query usage
  $str = pg_escape_string('Perth');
  pg_send_query($dbconn, "select count(*) from authors where city = '${str}'");
?>

參見

pg_send_query() - 發送異步查詢


主站蜘蛛池模板: 二阶堂富美| cctv6 节目表| 蓝家宝电影| 拼音表| 雪山飞狐之塞北宝藏演员表| 翟小兴演过的电视剧大全| 高达w| 电影《皮囊》| 儿童眼轴长度正常范围| 楚门的世界演员表| 琉璃演员表全部演员介绍| 倒带简谱| 张念骅| 秀人网门户首页| 唐砖演员表| 魔界 电影| 五年级下册语文第五单元| 欲望中的女人电影| 美丽的日子 电视剧| 王渝萱主演的电影大全| 妻乳| 成都影院大全| 家书1000字| free gay movies| 胡金铨最好的十部电影| 乱世佳人电视剧免费观看完整版| 电影老男孩| 美式壁纸| 浙江卫视节目表电视猫| 红日歌词完整版| 南通紫琅音乐节| 扫毒风暴| artist什么意思| 杨东波| 浙江卫视回放观看入口 | 仲文你好vlog最新视频| 林佑星| 祝福语生日| 管路通| 陕西卫视节目表| 体方法师|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103