All your English are belong to us.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88272 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-07-11 03:20:05 +00:00
parent 49b13483af
commit 6440e20a62

View file

@ -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>