downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/pdo.drivers.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/book.pdo.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'pdo.drivers.php',
   
1 => 'PDO Drivers',
  ),
 
'up' =>
  array (
   
0 => 'book.pdo.php',
   
1 => 'PHP Data Objects',
  ),
 
'prev' =>
  array (
   
0 => 'class.pdoexception.php',
   
1 => 'PDOException',
  ),
 
'next' =>
  array (
   
0 => 'ref.pdo-dblib.php',
   
1 => 'MS SQL Server (PDO)',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1>PDO Drivers</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_part"><li><a href="ref.pdo-dblib.php">Microsoft SQL Server and Sybase Functions (PDO_DBLIB)</a></li><li><a href="ref.pdo-firebird.php">Firebird/Interbase Functions (PDO_FIREBIRD)</a></li><li><a href="ref.pdo-ibm.php">IBM Functions (PDO_IBM)</a></li><li><a href="ref.pdo-informix.php">Informix Functions (PDO_INFORMIX)</a></li><li><a href="ref.pdo-mysql.php">MySQL Functions (PDO_MYSQL)</a></li><li><a href="ref.pdo-oci.php">Oracle Functions (PDO_OCI)</a></li><li><a href="ref.pdo-odbc.php">ODBC and DB2 Functions (PDO_ODBC)</a></li><li><a href="ref.pdo-pgsql.php">PostgreSQL Functions (PDO_PGSQL)</a></li><li><a href="ref.pdo-sqlite.php">SQLite Functions (PDO_SQLITE)</a></li><li><a href="ref.pdo-4d.php">Driver 4D for PDO (PDO_4D)</a></li></ul>


 <div class="partintro">
  <p class="para">
   The following drivers currently implement the PDO interface:
   </p><table class="doctable informaltable">
   
     <thead valign="middle">
      <tr valign="middle">
       <th>Driver name</th>
       <th>Supported databases</th>
      </tr>

     </thead>

     <tbody valign="middle" class="tbody">
      <tr valign="middle">
       <td align="left"><a href="ref.pdo-dblib.php" class="link">PDO_DBLIB</a></td>
       <td align="left">FreeTDS / Microsoft SQL Server / Sybase</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-firebird.php" class="link">PDO_FIREBIRD</a></td>
       <td align="left">Firebird/Interbase 6</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-ibm.php" class="link">PDO_IBM</a></td>
       <td align="left">IBM DB2</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-informix.php" class="link">PDO_INFORMIX</a></td>
       <td align="left">IBM Informix Dynamic Server</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-mysql.php" class="link">PDO_MYSQL</a></td>
       <td align="left">MySQL 3.x/4.x/5.x</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-oci.php" class="link">PDO_OCI</a></td>
       <td align="left">Oracle Call Interface</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-odbc.php" class="link">PDO_ODBC</a></td>
       <td align="left">ODBC v3 (IBM DB2, unixODBC and win32 ODBC)</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-pgsql.php" class="link">PDO_PGSQL</a></td>
       <td align="left">PostgreSQL</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-sqlite.php" class="link">PDO_SQLITE</a></td>
       <td align="left">SQLite 3 and SQLite 2</td>
      </tr>

      <tr valign="middle">
       <td align="left"><a href="ref.pdo-4d.php" class="link">PDO_4D</a></td>
       <td align="left">4D</td>
      </tr>

     </tbody>
   
   </table>
<p>
  </p>
 </div>

 





 


 





 


 







 




 


 




 


 





 


 




 


 




 



 




 


 




 


</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites