mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 10:28:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128714 c90b9560-bf6c-de11-be94-00142212c4b1
94 lines
2.4 KiB
XML
94 lines
2.4 KiB
XML
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<reference id='ref.mysqli'>
|
|
<title>Improved MySQL Extension</title>
|
|
<titleabbrev>mysqli</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id='mysqli.intro'>
|
|
&reftitle.intro;
|
|
<para>
|
|
The mysqli extension allows you to access the functionality provided by
|
|
MySQL 4.1 and above. More information about the MySQL Database server
|
|
can be found at <ulink url="&url.mysql;">&url.mysql;</ulink>
|
|
</para>
|
|
<para>
|
|
Documentation for MySQL can be found at <ulink
|
|
url="&url.mysql.docs;">&url.mysql.docs;</ulink>.
|
|
</para>
|
|
|
|
&warn.experimental;
|
|
|
|
</section>
|
|
|
|
<section id='mysqli.requirements'>
|
|
&reftitle.required;
|
|
<para>
|
|
In order to have these functions available, you must compile PHP with
|
|
support for the mysqli extension.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
The mysqli extension is designed to work with the version 4.1 or above
|
|
of MySQL. For previous versions, please see the <link
|
|
linkend="ref.mysql">MySQL</link> extension documentation.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
|
|
&reference.mysqli.configure;
|
|
&reference.mysqli.ini;
|
|
|
|
<section id='mysqli.resources'>
|
|
&reftitle.resources;
|
|
|
|
<section id='mysqli.resources.mysqli_link'>
|
|
<title><literal>mysqli_link</literal></title>
|
|
<para>
|
|
Represents a connection between PHP and a MySQL database.
|
|
</para>
|
|
</section>
|
|
|
|
<section id='mysqli.resources.mysqli_stmt'>
|
|
<title><literal>mysqli_stmt</literal></title>
|
|
<para>
|
|
Represents a prepared statement.
|
|
</para>
|
|
</section>
|
|
|
|
<section id='mysqli.resources.mysqli_result'>
|
|
<title><literal>mysqli_result</literal></title>
|
|
<para>
|
|
Represents the result set obtained from a query against the database.
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
&reference.mysqli.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.mysqli.functions;
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|