Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 10590

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Overview of the MySQL PHP drivers</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="set.mysqlinfo.html">MySQL</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysqlinfo.terminology.html">Terminology overview</a></div>
 <div class="up"><a href="set.mysqlinfo.html">MySQL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mysql" class="book">
  <h1 class="title">Overview of the MySQL PHP drivers</h1>

  <div class="info">
   <h1 class="title">Introduction</h1>
   <div class="abstract">
    <p class="para">
     Depending on the version of PHP, there are either two or three PHP APIs
     for accessing the MySQL database. PHP 5 users can choose between the
     deprecated <a href="book.mysql.html" class="link">mysql</a> extension,
     <a href="book.mysqli.html" class="link">mysqli</a>, or
     <a href="ref.pdo-mysql.html" class="link">PDO_MySQL</a>. PHP 7 removes the mysql
     extension, leaving only the latter two options.
    </p>
    <p class="para">
     This guide explains the
     <a href="mysqlinfo.terminology.html" class="link">terminology</a> used to describe
     each API, information about
     <a href="mysqlinfo.api.choosing.html" class="link">choosing which API</a> to
     use, and also information to help choose which MySQL 
     <a href="mysqlinfo.library.choosing.html" class="link">library to use</a> with
     the API.
    </p>
   </div>
  </div>

  

  

  
  
  
 


  
 <ul class="chunklist chunklist_book"><li><a href="mysqlinfo.terminology.html">Terminology overview</a></li><li><a href="mysqlinfo.api.choosing.html">Choosing an API</a></li><li><a href="mysqlinfo.library.choosing.html">Choosing a library</a></li><li><a href="mysqlinfo.concepts.html">Concepts</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mysqlinfo.concepts.buffering.html">Buffered and Unbuffered queries</a></li><li><a href="mysqlinfo.concepts.charset.html">Character sets</a></li></ul></li></ul></div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="set.mysqlinfo.html">MySQL</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysqlinfo.terminology.html">Terminology overview</a></div>
 <div class="up"><a href="set.mysqlinfo.html">MySQL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>