mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342246 c90b9560-bf6c-de11-be94-00142212c4b1
73 lines
2.9 KiB
XML
73 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.maxdb" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>MaxDB</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.maxdb">
|
|
&reftitle.intro;
|
|
<para>
|
|
The MaxDB PHP extension allows you to access the functionality provided by
|
|
MaxDB 7.5.0 and above. More information about the MaxDB Database server
|
|
can be found at <link xlink:href="&url.maxdb;">&url.maxdb;</link>.
|
|
</para>
|
|
<para>
|
|
The MaxDB PHP extension is compatible to the MySQL mysqli extension. There are only
|
|
minor differences in the behaviour of some functions due to the differences of the
|
|
underlying database servers, MaxDB and MySQL.
|
|
</para>
|
|
<para>
|
|
The main differences to mysqli are in the following functions:
|
|
</para>
|
|
<simplelist>
|
|
<member><function>maxdb_character_set_name</function> - Returns only ascii or unicode.</member>
|
|
<member><function>maxdb_get_client_info</function> - Returns a different version string.</member>
|
|
<member><function>maxdb_get_client_version</function> - Returns a different version string.</member>
|
|
<member><function>maxdb_get_host_info</function> - Returns localhost or hostname.</member>
|
|
<member><function>maxdb_get_server_info</function> - Returns a different version string.</member>
|
|
<member><function>maxdb_get_server_version</function> - Returns a different version string.</member>
|
|
<member><function>maxdb_kill</function> - Only disconnects the session.</member>
|
|
<member><function>maxdb_multi_query</function> - Can not handle multiple SQL statements.</member>
|
|
<member><function>maxdb_next_result</function> - Function returns always &false;.</member>
|
|
<member><function>maxdb_options</function> - Supports a different set of options.</member>
|
|
<member><function>maxdb_report</function> - Supports a different report mode.</member>
|
|
<member><function>maxdb_stat</function> - Returns a different system status string.</member>
|
|
<member><function>maxdb_stmt_store_result</function> - Is not necessary for MaxDB.</member>
|
|
<member><function>maxdb_store_result</function> - Is not necessary for MaxDB.</member>
|
|
</simplelist>
|
|
<para>
|
|
Documentation for MaxDB can be found at
|
|
<link xlink:href="&url.maxdb.doc;">&url.maxdb.doc;</link>.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.maxdb.setup;
|
|
&reference.maxdb.constants;
|
|
&reference.maxdb.examples;
|
|
&reference.maxdb.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|
|
|