91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php連接postgresql的方法

發布時間:2020-07-15 15:57:32 來源:億速云 閱讀:342 作者:清晨 欄目:編程語言

這篇文章主要介紹php連接postgresql的方法,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

PHP中可以使用pg_connect函數連接postgresql數據庫。

pg_connect() 打開一個由 connection_string 所指定的 PostgreSQL 數據庫的連接。如果成功則返回連接資源,如果不能連接則返回 FALSE。connection_string 應該是用引號引起來的字符串。

語法:

pg_connect ( string $connection_string ) : resource

pg_connect() 返回其它 PostgreSQL 函數所需要的資源。

pg_connect() 打開一個由 connection_string 所指定的 PostgreSQL 數據庫的連接。如果成功則返回連接資源,如果不能連接則返回 FALSE。connection_string 應該是用引號引起來的字符串。

示例:

<?php
$dbconn = pg_connect("dbname=mary");
//connect to a database named "mary"
$dbconn2 = pg_connect("host=localhost port=5432 dbname=mary");
// connect to a database named "mary" on "localhost" at port "5432"
$dbconn3 = pg_connect("host=sheep port=5432 dbname=mary user=lamb password=foo");
//connect to a database named "mary" on the host "sheep" with a username and password

$conn_string = "host=sheep port=5432 dbname=test user=lamb password=bar";
$dbconn4 = pg_connect($conn_string);
//connect to a database named "test" on the host "sheep" with a username and password
?>

以上是php連接postgresql的方法的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

常宁市| 隆安县| 成都市| 贵州省| 古丈县| 朔州市| 蕲春县| 屏山县| 墨竹工卡县| 合山市| 瓮安县| 馆陶县| 杂多县| 绍兴市| 滨州市| 黄大仙区| 曲麻莱县| 当涂县| 宽甸| 达拉特旗| 文安县| 克拉玛依市| 罗定市| 北辰区| 贵港市| 定结县| 井陉县| 金沙县| 烟台市| 泰顺县| 西平县| 长垣县| 离岛区| 崇州市| 微山县| 隆昌县| 通山县| 康平县| 福海县| 临湘市| 开封县|