mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
49b13483af
commit
6440e20a62
1 changed files with 2 additions and 40 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue