⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ref.pdo-sqlite.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>SQLite Functions (PDO_SQLITE)</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="pdo.drivers.html">PDO Drivers</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.pdo-sqlite.connection.html">PDO_SQLITE 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">SQLite Functions (PDO_SQLITE)</h1>    <div class="partintro">   <div id="pdo-sqlite.intro" class="section">   <h2 class="title">Introduction</h2>    <p class="para">     PDO_SQLITE is a driver that implements the <a href="intro.pdo.html" class="link">PHP     Data Objects (PDO) interface</a> to enable access to SQLite 3 databases.    </p>    <p class="para">     In PHP 5.1, the <a href="ref.sqlite.html" class="link">SQLite</a> extension also     provides a driver for SQLite 2 databases; while it is not technically a     part of the PDO_SQLITE driver, it behaves similarly, so it is     documented alongside it.  The SQLite 2 driver for PDO is provided     primarily to make it easier to import legacy sqlite 2 database files into     an application that uses the faster, more efficient sqlite 3 driver.  As     a result, the SQLite 2 driver is not as feature-rich as the SQLite 3     driver.    </p>   </div>  </div>    <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-sqlite.connection.html">PDO_SQLITE DSN</a> 鈥

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -