ref.pdo-pgsql.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 61 行
HTML
61 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>PostgreSQL Functions (PDO_PGSQL)</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ref.pdo-odbc.connection.html">PDO_ODBC DSN</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.pdo-pgsql.connection.html">PDO_PGSQL DSN</a></div> <div class="up"><a href="pdo.drivers.html">PDO Drivers</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1 class="title">PostgreSQL Functions (PDO_PGSQL)</h1> <div class="partintro"> <div id="pdo-pgsql.intro" class="section"> <h2 class="title">Introduction</h2> <p class="para"> PDO_PGSQL is a driver that implements the <a href="intro.pdo.html" class="link">PHP Data Objects (PDO) interface</a> to enable access from PHP to PostgreSQL databases. </p> </div> <div id="pdo-pgsql.resources" class="section"> <h2 class="title">Resource Types</h2> <p class="para"> This extension defines a stream resource returned by <a href="function.pdo-pgsqllobopen.html" class="function">PDO::pgsqlLOBOpen()</a>. </p> </div> </div> <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-pgsql.connection.html">PDO_PGSQL DSN</a> 鈥
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?