georg Wed Jul 10 16:20:21 2002 EDT
Modified files:
/phpdoc/en/reference/mysql reference.xml
Log:
fixed typo
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.8
phpdoc/en/reference/mysql/reference.xml:1.9
--- phpdoc/en/reference/mysql/reference.xml:1.8 Wed Jul 10 11:20:09 2002
+++ phpdoc/en/reference/mysql/reference.xml Wed Jul 10 16:20:21 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@@ -244,7 +244,45 @@
<section id="mysql.constants">
<title>Predefined constants</title>
<para>
- Since Version 4.3.0 it is possible to specify addtional client flags for the
+ Seit der PHP Version 4.3.0 ist es m�glich, den Funktionen <function>
+ mysql_connect</function> und <function>mysql_pconnect</function> einen
+ optionalen Parameter <parameter>client_flags</parameter> zu �bergeben.
+ Dieser verwendet folgende Konstanten:
+ <table>
+ <title>MySQL Client Konstanten</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Konstante</entry>
+ <entry>Beschreibung</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>MYSQL_CLIENT_COMPRESS</entry>
+ <entry>benutzt ein komprimiertes Protokoll</entry>
+ </row>
+ <row>
+ <entry>MYSQL_CLIENT_IGNORE_SPACE</entry>
+ <entry>Ignoriert Leerzeichen hinter Funktionsnamen</entry>
+ </row>
+ <row>
+ <entry>MYSQL_CLIENT_INTERACTIVE</entry>
+ <entry>Erm�glicht Inaktivit�t einer Verbindung (wird serverseitig mit
+ interactive_timeout spezifiziert). Nach Ablauf der spezifizierten
+Spanne wird die Verbindung beendet.</entry>
+ </row>
+ <row>
+ <entry>MYSQL_CLIENT_SSL</entry>
+ <entry>benutzt SSL (verschl�sseltes Protokoll)</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ </para>
+ <para>
+ Since Version 4.3.0 it is possible to specify additional client flags for the
<function>mysql_connect</function> and <function>mysql_pconnect</function>
functions. The following constants are defined:
<table>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php