svn: /phpdoc/de/trunk/reference/ hash/functions/hash-algos.xml hash/functions/hash-hmac-file.xml hash/functions/hash-hmac.xml iconv/functions/iconv.xml image/functions/getimagesize.xml image/functions/imagefilledpolygon.xml imap/functions/imap-gc.xml imap/functions/imap-headerinfo.xml imap/functions/imap-num-msg.xml imap/functions/imap-sort.xml info/functions/getenv.xml info/functions/set-magic-quotes-runtime.xml mail/ini.xml math/functions/acos.xml math/functions/asin.xml math/functions/atan.xm
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 08 Apr 2018 14:30:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344636
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
U phpdoc/de/trunk/reference/iconv/functions/iconv.xml
U phpdoc/de/trunk/reference/image/functions/getimagesize.xml
U phpdoc/de/trunk/reference/image/functions/imagefilledpolygon.xml
U phpdoc/de/trunk/reference/imap/functions/imap-gc.xml
U phpdoc/de/trunk/reference/imap/functions/imap-headerinfo.xml
U phpdoc/de/trunk/reference/imap/functions/imap-num-msg.xml
U phpdoc/de/trunk/reference/imap/functions/imap-sort.xml
U phpdoc/de/trunk/reference/info/functions/getenv.xml
U phpdoc/de/trunk/reference/info/functions/set-magic-quotes-runtime.xml
U phpdoc/de/trunk/reference/mail/ini.xml
U phpdoc/de/trunk/reference/math/functions/acos.xml
U phpdoc/de/trunk/reference/math/functions/asin.xml
U phpdoc/de/trunk/reference/math/functions/atan.xml
U phpdoc/de/trunk/reference/math/functions/is-nan.xml
U phpdoc/de/trunk/reference/math/functions/lcg-value.xml
U phpdoc/de/trunk/reference/memcache/constants.xml
U phpdoc/de/trunk/reference/memcache/setup.xml
U phpdoc/de/trunk/reference/misc/functions/get-browser.xml
U phpdoc/de/trunk/reference/mongo/mongogridfs/put.xml
U phpdoc/de/trunk/reference/mysqli/ini.xml
svn-diffs-344636.txt
(text/x-diff, 27.3 KB)
Modified: phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343152 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 344357 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-algos" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>hash_algos</refname>
@@ -35,6 +35,13 @@
</thead>
<tbody>
<row>
+ <entry>7.1.0</entry>
+ <entry>
+ Unterstützung fur sha512/224, sha512/256, sha3-224, sha3-256, sha3-384 und
+ sha3-512 wurde hinzugefügt.
+ </entry>
+ </row>
+ <row>
<entry>5.6.0</entry>
<entry>
Unterstützung für gost-crypto hinzugefügt. Dieser implementiert die GOST
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 344350 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-hmac-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_hmac_file</refname>
@@ -65,6 +65,9 @@
Gibt den berechneten Hash als Hexadezimalzahl zurück, außer
<parameter>raw_output</parameter> ist wahr, in diesem Fall wird die
binäre Darstellung des Hashes zurückgegeben.
+ Gibt &false; zurück, wenn <parameter>algo</parameter> nicht bekannt oder eine
+ nicht-kryptographische Hash-Funktion ist, oder falls die Datei
+ <parameter>filename</parameter> nicht gelesen werden kann.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 344350 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-hmac" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_hmac</refname>
@@ -65,7 +65,8 @@
Gibt den berechneten Hash als Hexadezimalzahl zurück, außer
<parameter>raw_output</parameter> ist wahr, in diesem Fall wird die
binäre Darstellung des Hashes zurückgegeben.
- Gibt &false; zurück, wenn <parameter>algo</parameter> nicht bekannt ist.
+ Gibt &false; zurück, wenn <parameter>algo</parameter> nicht bekannt oder eine
+ nicht-kryptographische Hash-Funktion ist.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/iconv/functions/iconv.xml
===================================================================
--- phpdoc/de/trunk/reference/iconv/functions/iconv.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/iconv/functions/iconv.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338550 Maintainer: fa Status: ready -->
+<!-- EN-Revision: 341618 Maintainer: fa Status: ready -->
<refentry xml:id="function.iconv" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -52,6 +52,16 @@
<constant>E_NOTICE</constant> erzeugt und die Funktion gibt &false;
zurück.
</para>
+ <caution>
+ <para>
+ Ob und wie <literal>//TRANSLIT</literal> genau funktioniert hängt von
+ der iconv() Implementierung des Systems ab (vgl.
+ <constant>ICONV_IMPL</constant>). Einige Implementierungen sind bekannt
+ dafür, <literal>//TRANSLIT</literal> zu ignorieren, so dass die
+ Umwandlung für Zeichen, die illegal für den
+ <parameter>out_charset</parameter> sind, vermutlich fehlschlägt.
+ </para>
+ </caution>
</listitem>
</varlistentry>
<varlistentry>
Modified: phpdoc/de/trunk/reference/image/functions/getimagesize.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/getimagesize.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/image/functions/getimagesize.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343854 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 344612 Maintainer: simp Status: ready -->
<!-- Credits: jaenecke -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.getimagesize">
<refnamediv>
@@ -93,6 +93,12 @@
APP13-Markierung. Sie können <function>iptcparse</function> benutzen,
um die binäre APP13-Markierung in ein lesbares Format zu übertragen.
</para>
+ <note>
+ <para>
+ Der Parameter <parameter>imageinfo</parameter> unterstützt nur
+ <acronym>JFIF</acronym> Dateien.
+ </para>
+ </note>
</listitem>
</varlistentry>
</variablelist>
Modified: phpdoc/de/trunk/reference/image/functions/imagefilledpolygon.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/imagefilledpolygon.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/image/functions/imagefilledpolygon.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344601 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 344594 Maintainer: nobody Status: ready -->
<refentry xml:id="function.imagefilledpolygon" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-gc.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-gc.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/imap/functions/imap-gc.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 308253 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 339242 Maintainer: tihox Status: ready -->
<refentry xml:id="function.imap-gc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-headerinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-headerinfo.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/imap/functions/imap-headerinfo.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 333165 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 342243 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.imap-headerinfo" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imap_headerinfo</refname>
@@ -65,8 +65,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Die Ergebnisse werden in einem Objekt mit folgenden
- Eigenschaften zurückgegeben:
+ Gibt &false; im Fehlerfall, oder im Erfolgsfall die Ergebnisse in einem Objekt mit folgenden
+ Eigenschaften zurück:
<itemizedlist>
<listitem>
<simpara>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-num-msg.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-num-msg.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/imap/functions/imap-num-msg.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 341927 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.imap-num-msg" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imap_num_msg</refname>
@@ -27,7 +27,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Liefert die Anzahl der Nachrichten im aktuellen Postfach als Integer.
+ Liefert die Anzahl der Nachrichten im aktuellen Postfach als Integer,
+ oder &false; im Fehlerfall.
</para>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/de/trunk/reference/imap/functions/imap-sort.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-sort.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/imap/functions/imap-sort.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334621 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 337670 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.imap-sort" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imap_sort</refname>
@@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>reverse</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>search_criteria</parameter><initializer>&null;</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>charset</parameter><initializer>NIL</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>charset</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Liefert eine gemäß den angegebenen Sortierkriterien sortierte Liste
@@ -108,6 +108,8 @@
<term><parameter>search_criteria</parameter></term>
<listitem>
<para>
+ IMAP2-Format Suchkriterienzeichenkette. Details können
+ <function>imap_search</function> entnommen werden.
</para>
</listitem>
</varlistentry>
@@ -115,6 +117,7 @@
<term><parameter>charset</parameter></term>
<listitem>
<para>
+ Der zum Sortieren von Zeichenketten zu verwendende MIME-Zeichensatz.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/info/functions/getenv.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/getenv.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/info/functions/getenv.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344396 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.getenv" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -62,8 +62,8 @@
Gibt den Wert der Umgebungsvariable <parameter>varname</parameter>
zurück oder &false;, wenn die Umgebungsvariable
<parameter>varname</parameter> nicht existiert.
- Liefert alle Umgebungsvariablen zurück, wenn <parameter>varname</parameter>
- nicht angegeben wurde.
+ Wird <parameter>varname</parameter> ausgelassen, werden alle
+ Umgebungsvariablen als assoziatives <type>Array</type> zurückgegeben.
</para>
</refsect1>
@@ -79,6 +79,13 @@
</thead>
<tbody>
<row>
+ <entry>7.1.0</entry>
+ <entry>
+ Der Parameter <parameter>varname</parameter> kann nun ausgelassen werden,
+ um ein assoziatives <type>Array</type> aller Umgebungsvariablen abzurufen.
+ </entry>
+ </row>
+ <row>
<entry>5.5.38, 5.6.24, 7.0.9</entry>
<entry>
Der <parameter>local_only</parameter> Parameter wurde hinzugefügt.
Modified: phpdoc/de/trunk/reference/info/functions/set-magic-quotes-runtime.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/set-magic-quotes-runtime.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/info/functions/set-magic-quotes-runtime.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 314507 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 338431 Maintainer: nobody Status: ready -->
<refentry xml:id="function.set-magic-quotes-runtime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/mail/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/mail/ini.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/mail/ini.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335188 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 341282 Maintainer: wiesemann Status: ready -->
<section xml:id="mail.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.runtime;
&extension.runtime;
@@ -45,7 +45,7 @@
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
<entry>"25"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
@@ -135,8 +135,7 @@
Wird nur unter Windows benutzt: Nummer des Ports des Servers (angegeben
in der <literal>SMTP</literal>-Option), um eine Verbindung herzustellen,
wenn eine Mail mit der <function>mail</function>-Funktion verschickt
- wird. Standardwert ist 25. Diese Option ist verfügbar ab
- PHP 4.3.0.
+ wird. Standardwert ist 25.
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/math/functions/acos.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/acos.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/math/functions/acos.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344557 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.acos" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>acos</refname>
@@ -15,7 +15,7 @@
</methodsynopsis>
<para>
Berechnet den Arkuskosinus des Parameters <parameter>arg</parameter>.
- <function>acos</function> ist die Komplementärfunktion zu
+ <function>acos</function> ist die Umkehrfuntion von
<function>cos</function>, d.h. innerhalb des Wertebereichs von
<function>acos</function> gilt <literal>a==cos(acos(a))</literal>.
</para>
Modified: phpdoc/de/trunk/reference/math/functions/asin.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/asin.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/math/functions/asin.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344557 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.asin" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>asin</refname>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Berechnet den Arkussinus des Parameters <parameter>arg</parameter>.
- <function>asin</function> ist die Komplementärfunktion zu
+ <function>asin</function> ist die Umkehrfunktion von
<function>sin</function>, d.h. innerhalb des Wertebereichs von
<function>asin</function> gilt <literal>a==sin(asin(a))</literal>.
</para>
Modified: phpdoc/de/trunk/reference/math/functions/atan.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/atan.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/math/functions/atan.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344557 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.atan" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>atan</refname>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
Berechnet den Arkustangens von <parameter>arg</parameter>.
- <function>atan</function> ist die Komplementärfunktion zu
+ <function>atan</function> ist die Umkehrfunktion von
<function>tan</function>, d.h. für alle Werte im Wertebereich
von <function>atan</function> gilt <literal>a==tan(atan(a))</literal>.
</para>
Modified: phpdoc/de/trunk/reference/math/functions/is-nan.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/is-nan.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/math/functions/is-nan.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343263 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344351 Maintainer: hholzgra Status: ready -->
<refentry xml:id='function.is-nan' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>is_nan</refname>
@@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>is_nan</methodname>
- <methodparam><type>mixed</type><parameter>val</parameter></methodparam>
+ <methodparam><type>float</type><parameter>val</parameter></methodparam>
</methodsynopsis>
<para>
Prüft ob der Parameter <parameter>val</parameter> keine darstellbare
Modified: phpdoc/de/trunk/reference/math/functions/lcg-value.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/lcg-value.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/math/functions/lcg-value.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339348 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344574 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.lcg-value" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>lcg_value</refname>
@@ -24,7 +24,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Eine Pseudozufallszahl zwischen null und eins (als <type>float</type>)
+ Eine Pseudozufallszahl zwischen 0.0 und 1.0 inklusive (als <type>float</type>)
</para>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/de/trunk/reference/memcache/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/memcache/constants.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/memcache/constants.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 317502 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 328235 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<appendix xml:id='memcache.constants' xmlns="http://docbook.org/ns/docbook">
@@ -36,6 +36,54 @@
Ist 1, wenn ein Memcache-Sessionhandler verfügbar ist, sonst 0.
</entry>
</row>
+ <row>
+ <entry>
+ <constant xml:id="constantmemcache-user1">MEMCACHE_USER1</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>
+ Wird verwendet, um ein benutzerdefiniertes Applikationsflag mit
+ <function>Memcache::set</function>,
+ <function>Memcache::add</function>&listendand;
+ <function>Memcache::replace</function> anzuschalten.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <constant xml:id="constantmemcache-user2">MEMCACHE_USER2</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>
+ Wird verwendet, um ein benutzerdefiniertes Applikationsflag mit
+ <function>Memcache::set</function>,
+ <function>Memcache::add</function>&listendand;
+ <function>Memcache::replace</function> anzuschalten.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <constant xml:id="constantmemcache-user3">MEMCACHE_USER3</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>
+ Wird verwendet, um ein benutzerdefiniertes Applikationsflag mit
+ <function>Memcache::set</function>,
+ <function>Memcache::add</function>&listendand;
+ <function>Memcache::replace</function> anzuschalten.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <constant xml:id="constantmemcache-user4">MEMCACHE_USER4</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>
+ Wird verwendet, um ein benutzerdefiniertes Applikationsflag mit
+ <function>Memcache::set</function>,
+ <function>Memcache::add</function>&listendand;
+ <function>Memcache::replace</function> anzuschalten.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: phpdoc/de/trunk/reference/memcache/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/memcache/setup.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/memcache/setup.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 341282 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="memcache.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,9 +14,6 @@
um Daten "on the fly" zu komprimieren. Zlib muss installiert sein, um dieses
Modul verwenden zu können.
</para>
- <para>
- PHP 4.3.3 wird vorausgesetzt, um die Memcache-Erweiterung nutzen zu können.
- </para>
</section>
<!-- }}} -->
Modified: phpdoc/de/trunk/reference/misc/functions/get-browser.xml
===================================================================
--- phpdoc/de/trunk/reference/misc/functions/get-browser.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/misc/functions/get-browser.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 3438 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.get-browser" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Modified: phpdoc/de/trunk/reference/mongo/mongogridfs/put.xml
===================================================================
--- phpdoc/de/trunk/reference/mongo/mongogridfs/put.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/mongo/mongogridfs/put.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329045 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 334345 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="mongogridfs.put" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -15,7 +15,13 @@
<modifier>public</modifier> <type>mixed</type><methodname>MongoGridFS::put</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>metadata</parameter><initializer>array()</initializer></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
</methodsynopsis>
+ <note>
+ <para>
+ <methodname>MongoGridFS::put</methodname> ist ein Alias von <methodname>MongoGridFS::storeFile</methodname>.
+ </para>
+ </note>
</refsect1>
<refsect1 role="parameters">
@@ -43,6 +49,19 @@
&mongo.gridfs.store.metadata.note;
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <parameter>options</parameter>
+ </term>
+ <listitem>
+ <para>
+ Ein Array mit Optionen für die Einfügeoperation, die gegen die
+ <literal>chunks</literal> and <literal>files</literal> Kollektionen
+ durchgeführt werden. Dokumentation für diese Option kann
+ <function>MongoCollection::insert</function> entnommen werden.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>
@@ -52,6 +71,14 @@
&mongo.gridfs.store.return;
</refsect1>
+ <refsect1 role="errors">
+ &reftitle.errors;
+ <para>
+ Wirft <classname>MongoGridFSException</classname>, wenn ein Fehler beim Lesen
+ von <parameter>filename</parameter>, oder beim Einfügen in die
+ <literal>chunks</literal> oder <literal>files</literal> Kollektionen auftrat.
+ </para>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
Modified: phpdoc/de/trunk/reference/mysqli/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/ini.xml 2018-04-08 12:47:01 UTC (rev 344635)
+++ phpdoc/de/trunk/reference/mysqli/ini.xml 2018-04-08 14:30:29 UTC (rev 344636)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329924 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 340248 Maintainer: sammywg Status: ready -->
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -79,6 +79,12 @@
<entry>verfügbar seit PHP 4.3.5</entry>
</row>
<row>
+ <entry><link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link></entry>
+ <entry>TRUE</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>verfügbar seit PHP 5.6.0.</entry>
+ </row>
+ <row>
<entry><link linkend="ini.mysqli.cache-size">mysqli.cache_size</link></entry>
<entry>"2000"</entry>
<entry>PHP_INI_SYSTEM</entry>
@@ -230,10 +236,25 @@
<para>
Automatischer Neuaufbau der Verbindung, falls die Verbindung getrennt wird.
</para>
+ <note>
+ <simpara>Diese &php.ini; Einstellung wird vom mysqlnd Treiber ignoriert.</simpara>
+ </note>
</listitem>
</varlistentry>
-
+ <varlistentry xml:id="ini.mysqli.rollback-on-cached-plink">
+ <term>
+ <parameter>mysqli.rollback_on_cached_plink</parameter>
+ <type>bool</type>
+ </term>
+ <listitem>
+ <para>
+ Verwendet, um Rollbacking-Verbindungen in den persistenten Verbindungspool
+ zurückzusetzen.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="ini.mysqli.cache-size">
<term>
<parameter>mysqli.cache_size</parameter>