philip Wed Jul 10 23:20:05 2002 EDT Modified files: /phpdoc/en/reference/mysql reference.xml Log: All your English are belong to us. Index: phpdoc/en/reference/mysql/reference.xml diff -u phpdoc/en/reference/mysql/reference.xml:1.9 phpdoc/en/reference/mysql/reference.xml:1.10 --- phpdoc/en/reference/mysql/reference.xml:1.9 Wed Jul 10 16:20:21 2002 +++ phpdoc/en/reference/mysql/reference.xml Wed Jul 10 23:20:05 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <reference id="ref.mysql"> <title>MySQL Functions</title> <titleabbrev>MySQL</titleabbrev> @@ -244,45 +244,7 @@ <section id="mysql.constants"> <title>Predefined constants</title> <para> - 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 + Since PHP 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