svn: /phpdoc/de/trunk/reference/ apache/functions/apache-getenv.xml apache/functions/apache-setenv.xml apc/functions/apc-compile-file.xml array/functions/array-push.xml array/functions/array-search.xml array/functions/array-splice.xml array/functions/array-unshift.xml array/functions/sort.xml bc/functions/bcmod.xml bc/functions/bcscale.xml calendar/constants.xml calendar/functions/cal-from-jd.xml calendar/functions/gregoriantojd.xml calendar/functions/jdmonthname.xml calendar/functions/jdtojewis

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Tue, 03 Apr 2018 21:06:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=344613

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/apache/functions/apache-getenv.xml
    U   phpdoc/de/trunk/reference/apache/functions/apache-setenv.xml
    U   phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml
    U   phpdoc/de/trunk/reference/array/functions/array-push.xml
    U   phpdoc/de/trunk/reference/array/functions/array-search.xml
    U   phpdoc/de/trunk/reference/array/functions/array-splice.xml
    U   phpdoc/de/trunk/reference/array/functions/array-unshift.xml
    U   phpdoc/de/trunk/reference/array/functions/sort.xml
    U   phpdoc/de/trunk/reference/bc/functions/bcmod.xml
    U   phpdoc/de/trunk/reference/bc/functions/bcscale.xml
    U   phpdoc/de/trunk/reference/calendar/constants.xml
    U   phpdoc/de/trunk/reference/calendar/functions/cal-from-jd.xml
    U   phpdoc/de/trunk/reference/calendar/functions/gregoriantojd.xml
    U   phpdoc/de/trunk/reference/calendar/functions/jdmonthname.xml
    U   phpdoc/de/trunk/reference/calendar/functions/jdtojewish.xml
svn-diffs-344613.txt (text/x-diff, 31.8 KB)
Modified: phpdoc/de/trunk/reference/apache/functions/apache-getenv.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-getenv.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/apache/functions/apache-getenv.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 323349 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.apache-getenv" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -13,7 +13,7 @@
   <methodsynopsis>
    <type>string</type><methodname>apache_getenv</methodname>
    <methodparam><type>string</type><parameter>variable</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>false</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>&false;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Liefert die durch <parameter>variable</parameter> angegebene

Modified: phpdoc/de/trunk/reference/apache/functions/apache-setenv.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-setenv.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/apache/functions/apache-setenv.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.apache-setenv" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -14,7 +14,7 @@
    <type>bool</type><methodname>apache_setenv</methodname>
    <methodparam><type>string</type><parameter>variable</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>false</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>&false;</initializer></methodparam>
   </methodsynopsis>
   <para>
    <function>apache_setenv</function> setzt den Wert der

Modified: phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml
===================================================================
--- phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308219 Maintainer: hholzgra  Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: hholzgra  Status: ready -->
 <refentry xml:id="function.apc-compile-file" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apc_compile_file</refname>
   <refpurpose>
-   Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.
+   Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter
   </refpurpose>
  </refnamediv>
  <refsect1 role="description">
@@ -13,7 +13,7 @@
   <methodsynopsis>
    <type>mixed</type><methodname>apc_compile_file</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>atomic</parameter><initializer>true</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>atomic</parameter><initializer>&true;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.

Modified: phpdoc/de/trunk/reference/array/functions/array-push.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-push.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/array/functions/array-push.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 331477 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 344569 Maintainer: cmb Status: ready -->
 <!-- CREDITS: tom -->

 <refentry xml:id="function.array-push" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,6 @@
   <methodsynopsis>
    <type>int</type><methodname>array_push</methodname>
    <methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
-   <methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
    <methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -63,11 +62,11 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>value1</parameter></term>
+     <term><parameter>...</parameter></term>
      <listitem>
       <para>
-       Der erste Wert, der an das Ende von <parameter>array</parameter> angefügt
-       werden soll.
+       Die Werte, die am Ende von <parameter>array</parameter> angefügt
+       werden sollen.
       </para>
      </listitem>
     </varlistentry>
@@ -82,6 +81,31 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Diese Funktion kann nun mit nur einem Parameter aufgerufen werden. Zuvor
+        waren mindestens zwei Parameter erforderlich.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/array/functions/array-search.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-search.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/array/functions/array-search.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: gerdtsteltner Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: gerdtsteltner Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-search" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -14,7 +14,7 @@
    <type>mixed</type><methodname>array_search</methodname>
    <methodparam><type>mixed</type><parameter>needle</parameter></methodparam>
    <methodparam><type>array</type><parameter>haystack</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>false</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Durchsucht <parameter>haystack</parameter> nach
@@ -55,10 +55,10 @@
        gesetzt, so wird <function>array_search</function> nach
        <emphasis>identischen</emphasis> Elementen in
        <parameter>haystack</parameter> suchen. Das bedeutet, dass
-       ebenfalls der
-       <link linkend="language.types">Typ</link> von
-       <parameter>needle</parameter> dem in
-       <parameter>haystack</parameter> entsprechen muss und die
+       ebenfalls ein
+       <link linkend="language.types">typstarker Vergleich</link> von
+       <parameter>needle</parameter> in
+       <parameter>haystack</parameter> durchgeführt wird und die
        Objekte die selbe Instanz sind.
       </para>
      </listitem>

Modified: phpdoc/de/trunk/reference/array/functions/array-splice.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-splice.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/array/functions/array-splice.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 340300 Maintainer: gerdtsteltner Status: ready -->
+<!-- EN-Revision: 342773 Maintainer: gerdtsteltner Status: ready -->
 <refentry xml:id="function.array-splice" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>array_splice</refname>
@@ -160,14 +160,23 @@
     <programlisting role="php">
 <![CDATA[
 <?php
+// füge zwei Elemente an $input an
 array_push($input, $x, $y);
 array_splice($input, count($input), 0, array($x, $y));
+
+// entferne das letzte Element von $input
 array_pop($input);
 array_splice($input, -1);
+
+// entferne das erste Element von $input
 array_shift($input);
 array_splice($input, 0, 1);
+
+// füge ein Element am Anfang von $input ein
 array_unshift($input, $x, $y);
 array_splice($input, 0, 0, array($x, $y));
+
+// ersetze den Wert von $input am Index $x
 $input[$x] = $y; // für Arrays, bei denen der Schlüssel dem Offset entspricht
 array_splice($input, $x, 1, $y);
 ?>

Modified: phpdoc/de/trunk/reference/array/functions/array-unshift.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-unshift.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/array/functions/array-unshift.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 340325 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 344569 Maintainer: cmb Status: ready -->
 <!-- CREDITS: tom -->

 <refentry xml:id="function.array-unshift" xmlns="http://docbook.org/ns/docbook">
@@ -16,7 +16,6 @@
   <methodsynopsis>
    <type>int</type><methodname>array_unshift</methodname>
    <methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
-   <methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
    <methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -42,10 +41,10 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>value1</parameter></term>
+     <term><parameter>...</parameter></term>
      <listitem>
       <para>
-       Der erste einzufügende Wert.
+       Die einzufügenden Werte.
       </para>
      </listitem>
     </varlistentry>
@@ -61,6 +60,31 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Diese Funktion kann nun mit nur einem Parameter aufgerufen werden. Zuvor
+        waren mindestens zwei Parameter erforderlich.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/array/functions/sort.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/sort.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/array/functions/sort.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339490 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 344469 Maintainer: simp Status: ready -->
 <!-- CREDITS: tom, sammywg, wiesemann, Florian -->

 <refentry xml:id="function.sort" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -219,6 +219,7 @@
   <para>
    <simplelist>
     <member><function>asort</function></member>
+    <member><function>rsort</function></member>
     <member>&seealso.array.sorting;</member>
    </simplelist>
   </para>

Modified: phpdoc/de/trunk/reference/bc/functions/bcmod.xml
===================================================================
--- phpdoc/de/trunk/reference/bc/functions/bcmod.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/bc/functions/bcmod.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343029 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 344123 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.bcmod" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>bcmod</refname>
@@ -13,6 +13,7 @@
    <type>string</type><methodname>bcmod</methodname>
    <methodparam><type>string</type><parameter>dividend</parameter></methodparam>
    <methodparam><type>string</type><parameter>modulus</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
   </methodsynopsis>
   <para>
    Liefert den Modulo des <parameter>dividend</parameter> unter Verwendung
@@ -72,6 +73,12 @@
        <literal>%</literal> Operator entspricht.
       </entry>
      </row>
+     <row>
+      <entry>7.2.0</entry>
+      <entry>
+       Der <parameter>scale</parameter> Parameter wurde hinzugefügt.
+      </entry>
+     </row>
     </tbody>
    </tgroup>
   </informaltable>

Modified: phpdoc/de/trunk/reference/bc/functions/bcscale.xml
===================================================================
--- phpdoc/de/trunk/reference/bc/functions/bcscale.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/bc/functions/bcscale.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 328365 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343945 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.bcscale" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>bcscale</refname>
@@ -10,13 +10,15 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>bcscale</methodname>
-   <methodparam><type>int</type><parameter>scale</parameter></methodparam>
+   <type>int</type><methodname>bcscale</methodname>
+   <methodparam choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
   </methodsynopsis>
   <para>
    Diese Funktionen legt die Standard-Genauigkeit aller im Folgenden
    aufgerufenden BCmath-Funktionen fest, die nicht explizit die
    Genauigkeit angeben.
+   Wird <parameter>scale</parameter> ausgelassen, ermittelt die Funktion die
+   aktuelle Genauigkeit.
   </para>
  </refsect1>

@@ -39,10 +41,35 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &return.success;
+   Gibt die alte Genauigkeit zurück.
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>7.3.0</entry>
+      <entry>
+       <function>bcscale</function> kann nun verwendet werden, um die aktuelle
+       Genauigkeit zu ermitteln; wird es als Setter verwendet, gibt es nun die
+       vorherige Genauigkeit zurück. Zuvor war <parameter>scale</parameter>
+       obligatorisch, und <function>bscale</function> gab immer &true; zurück.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/calendar/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/constants.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/calendar/constants.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344410 Maintainer: hholzgra Status: ready -->
 <appendix xml:id="calendar.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -12,7 +12,9 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>easter_days</function>: berechne Ostern für Jahre vor 1753
+     gemäß dem julianischen Kalender, und für spätere Jahre gemäß dem
+     gregorianischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -23,7 +25,9 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>easter_days</function>: berechne Ostern für Jahre vor 1583
+     gemäß dem julianischen Kalender, und für spätere Jahre gemäß dem
+     gregorianischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -34,7 +38,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>easter_days</function>: berechne Ostern gemäß dem
+     proleptischen gregorianischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -45,7 +50,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>easter_days</function>: berechne Ostern gemäß dem
+     julianischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -56,7 +62,10 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>cal_days_in_month</function>,
+     <function>cal_from_jd</function>, <function>cal_info</function> und
+     <function>cal_to_jd</function>: verwende den proleptischen gregorianischen
+     Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -67,7 +76,9 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>cal_days_in_month</function>,
+     <function>cal_from_jd</function>, <function>cal_info</function> und
+     <function>cal_to_jd</function>: verwende den julianischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -78,10 +89,26 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>cal_days_in_month</function>,
+     <function>cal_from_jd</function>, <function>cal_info</function> und
+     <function>cal_to_jd</function>: verwende den jüdischen Kalender.
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.cal-french">
+   <term>
+    <constant>CAL_FRENCH</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Für <function>cal_days_in_month</function>,
+     <function>cal_from_jd</function>, <function>cal_info</function> und
+     <function>cal_to_jd</function>: verwende den französischen
+     Revolutionskalender.
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.cal-jewish-add-alafim-geresh">
    <term>
     <constant>CAL_JEWISH_ADD_ALAFIM_GERESH</constant>
@@ -89,7 +116,9 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdtojewish</function>: fügt ein geresh Symbol (das einem
+     einfachen Anführungszeichen ähnelt) als Tausender-Trenner zur Jahreszahl
+     hinzu.
     </simpara>
    </listitem>
   </varlistentry>
@@ -100,7 +129,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdtojewish</function>: fügt das Wort alafim als
+     Tausender-Trenner zur Jahreszahl hinzu.
     </simpara>
    </listitem>
   </varlistentry>
@@ -111,21 +141,12 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdtojewish</function>: fügt ein gershayim Symbol (das einem
+     doppelten Anführungszeichen ähnelt) vor dem letzten Buchstaben des Tages
+     und der Jahreszahl hinzu.
     </simpara>
    </listitem>
   </varlistentry>
-  <varlistentry xml:id="constant.cal-french">
-   <term>
-    <constant>CAL_FRENCH</constant>
-    (<type>integer</type>)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
   <varlistentry xml:id="constant.cal-num-cals">
    <term>
     <constant>CAL_NUM_CALS</constant>
@@ -133,7 +154,7 @@
    </term>
    <listitem>
     <simpara>
-
+     Die Anzahl verfügbarer Kalender.
     </simpara>
    </listitem>
   </varlistentry>
@@ -144,7 +165,9 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jddayofweek</function>: der Wochentag als
+     <type>integer</type>, wobei <literal>0</literal> Sonntag bedeutet, und
+     <literal>6</literal> Samstag.
     </simpara>
    </listitem>
   </varlistentry>
@@ -155,7 +178,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jddayofweek</function>: der abgekürzte englische Name des
+     Wochentages.
     </simpara>
    </listitem>
   </varlistentry>
@@ -166,7 +190,7 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jddayofweek</function>: der englische Name des Wochentages.
     </simpara>
    </listitem>
   </varlistentry>
@@ -177,7 +201,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der abgekürzte gregorianische
+     Monatsname.
     </simpara>
    </listitem>
   </varlistentry>
@@ -188,7 +213,7 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der gregorianische Monatsname.
     </simpara>
    </listitem>
   </varlistentry>
@@ -199,7 +224,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der abgekürzte julianische
+     Monatsname.
     </simpara>
    </listitem>
   </varlistentry>
@@ -210,7 +236,7 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der julianische Monatsname.
     </simpara>
    </listitem>
   </varlistentry>
@@ -221,7 +247,7 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der jüdische Monatsname.
     </simpara>
    </listitem>
   </varlistentry>
@@ -232,7 +258,8 @@
    </term>
    <listitem>
     <simpara>
-
+     Für <function>jdmonthname</function>: der Monatsname des französische
+     Revolutionskalenders.
     </simpara>
    </listitem>
   </varlistentry>

Modified: phpdoc/de/trunk/reference/calendar/functions/cal-from-jd.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/cal-from-jd.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/calendar/functions/cal-from-jd.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 344407 Maintainer: tihox Status: ready -->

 <refentry xml:id='function.cal-from-jd' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -55,8 +55,10 @@
   &reftitle.returnvalues;
   <para>
    Gibt ein Array zurück, das Kalenderinformationen enthält, wie z.B.
-   Monat, Tag, Jahr, Tag der Woche, abgekürzter und ausgeschriebener
+   Monat, Tag, Jahr, Wochentag (<literal>dow</literal>), abgekürzter und ausgeschriebener
    Wochentag und Monat und das Datum in einer String-Form wie "month/day/year".
+   Der Wochentag liegt im Bereich von <literal>0</literal> (Sonntag) bis
+   <literal>6</literal> (Samstag).
   </para>
  </refsect1>


Modified: phpdoc/de/trunk/reference/calendar/functions/gregoriantojd.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/gregoriantojd.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/calendar/functions/gregoriantojd.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336889 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344466 Maintainer: hholzgra Status: ready -->
   <refentry xml:id="function.gregoriantojd" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>gregoriantojd</refname>
@@ -24,7 +24,7 @@
      Julianischen Datum.
     </para>
     <para>
-     Gültige Daten liegen im Bereich von 4714 v. Chr. bis 9999 n. Chr.
+     Der gültige Zeitraum für den gregorianischen Kalender ist vom 25. November 4714 v. Chr. bis mindestens zum 31. Dezember 9999 n. Chr.
      Der Gregorianische Kalender wurde allerdings erst am 15. Oktober
      1582 (bzw. am 5. Oktober nach dem bis dahin gültigen Julianischen
      Kalender) von Papst Gregor XIII. eingeführt, in einigen
@@ -52,7 +52,9 @@
      <term><parameter>day</parameter></term>
      <listitem>
       <para>
-       Der Tag als Zahl zwischen 1 und 31
+       Der Tag als Zahl zwischen 1 und 31.
+       Hat der Monat weniger Tage als angegeben, tritt ein Überlauf auf; siehe
+       das Beispiel weiter unten.
       </para>
      </listitem>
     </varlistentry>
@@ -60,7 +62,10 @@
      <term><parameter>year</parameter></term>
      <listitem>
       <para>
-       Das Jahr als Zahl zwischen -4714 und 9999
+       Das Jahr als Zahl zwischen -4714 und 9999.
+       Negative Zahlen bedeuten v. Chr., positive Zahlen bedeuten n.Chr.
+       Es ist zu beachten, dass es kein Jahr <literal>0</literal> gibt; auf den
+       31. Dezember 1 v.Chr. folgt direkt der 1. Januar 1 n. Chr.
       </para>
      </listitem>
     </varlistentry>
@@ -73,6 +78,8 @@
   <para>
    Der Julianische Tag für das gegebene Gregorianische Datum
    als Integer.
+   Für Daten außerhalb des gültigen Bereichs wird <literal>0</literal>
+   zurückgegeben.
   </para>
  </refsect1>

@@ -84,14 +91,39 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-$jd = GregorianToJD(10, 11, 1970);
+$jd = gregoriantojd(10, 11, 1970);
 echo "$jd\n";
-$gregorian = JDToGregorian($jd);
+$gregorian = jdtogregorian($jd);
 echo "$gregorian\n";
 ?>
 ]]>
     </programlisting>
+    &example.outputs;
+    <screen>
+<![CDATA[
+2440871
+10/11/1970
+]]>
+    </screen>
    </example>
+   <example>
+    <title>Überlaufverhalten</title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+echo gregoriantojd(2, 31, 2018), PHP_EOL,
+     gregoriantojd(3,  3, 2018), PHP_EOL;
+?>
+]]>
+    </programlisting>
+    &example.outputs;
+    <screen>
+<![CDATA[
+2458181
+2458181
+]]>
+    </screen>
+   </example>
   </para>
  </refsect1>


Modified: phpdoc/de/trunk/reference/calendar/functions/jdmonthname.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/jdmonthname.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/calendar/functions/jdmonthname.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336889 Maintainer: hholzgra Status: working -->
+<!-- EN-Revision: 344408 Maintainer: hholzgra Status: working -->
   <refentry xml:id="function.jdmonthname" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>jdmonthname</refname>
@@ -33,32 +33,32 @@
        </thead>
        <tbody>
         <row>
-         <entry>0</entry>
+         <entry><constant>CAL_MONTH_GREGORIAN_SHORT</constant></entry>
          <entry>Gregorianisch (Abk.)</entry>
          <entry>Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec</entry>
         </row>
         <row>
-         <entry>1</entry>
+         <entry><constant>CAL_MONTH_GREGORIAN_LONG</constant></entry>
          <entry>Gregorianisch</entry>
          <entry>January, February, March, April, May, June, July, August, September, October, November, December</entry>
         </row>
         <row>
-         <entry>2</entry>
+         <entry><constant>CAL_MONTH_JULIAN_SHORT</constant></entry>
          <entry>Julianisch - (Abk.)</entry>
          <entry>Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec</entry>
         </row>
         <row>
-         <entry>3</entry>
+         <entry><constant>CAL_MONTH_JULIAN_LONG</constant></entry>
          <entry>Julianisch</entry>
          <entry>January, February, March, April, May, June, July, August, September, October, November, December</entry>
         </row>
         <row>
-         <entry>4</entry>
+         <entry><constant>CAL_MONTH_JEWISH</constant></entry>
          <entry>Jüdisch</entry>
          <entry>Tishri, Heshvan, Kislev, Tevet, Shevat, AdarI, AdarII, Nisan, Iyyar, Sivan, Tammuz, Av, Elul</entry>
         </row>
         <row>
-         <entry>5</entry>
+         <entry><constant>CAL_MONTH_FRENCH</constant></entry>
          <entry>Französisch revolutionär</entry>
          <entry>Vendemiaire, Brumaire, Frimaire, Nivose, Pluviose, Ventose, Germinal, Floreal, Prairial, Messidor, Thermidor, Fructidor, Extra</entry>
         </row>
@@ -81,10 +81,10 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>calendar</parameter></term>
+     <term><parameter>mode</parameter></term>
      <listitem>
       <para>
-       Der zu verwendende Kalender
+       Der Kalender-Modus (siehe Tabelle weiter oben).
       </para>
      </listitem>
     </varlistentry>
@@ -96,7 +96,7 @@
   &reftitle.returnvalues;
   <para>
    Der Monatsname für den gegebenen Julianischen Tag im
-   gewünschten <parameter>calendar</parameter>
+   gewünschten <parameter>mode</parameter>
   </para>
  </refsect1>


Modified: phpdoc/de/trunk/reference/calendar/functions/jdtojewish.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/jdtojewish.xml	2018-04-03 13:14:59 UTC (rev 344612)
+++ phpdoc/de/trunk/reference/calendar/functions/jdtojewish.xml	2018-04-03 21:06:51 UTC (rev 344613)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 344421 Maintainer: hholzgra Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.jdtojewish">
  <refnamediv>
   <refname>jdtojewish</refname>
@@ -13,7 +13,7 @@
   <methodsynopsis>
    <type>string</type><methodname>jdtojewish</methodname>
    <methodparam><type>int</type><parameter>juliandaycount</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>hebrew</parameter><initializer>false</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>hebrew</parameter><initializer>&false;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>fl</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
@@ -40,7 +40,7 @@
      <listitem>
       <para>
        Wird dieser Parameter auf &true; gesetzt, so wird das Jüdische Datum
-       als Hebräischer String gemäß dem im Parameter <parameter>fl</parameter>
+       als hebräischer ISO-8859-8 kodierter String gemäß dem im Parameter <parameter>fl</parameter>
        festgelegten Format zurückgegeben.
       </para>
      </listitem>
@@ -49,9 +49,9 @@
      <term><parameter>fl</parameter></term>
      <listitem>
       <para>
-       Die verfügbaren Ausgabeformate sind:
+       Eine Bitmaske bestehend aus
        <constant>CAL_JEWISH_ADD_ALAFIM_GERESH</constant>,
-       <constant>CAL_JEWISH_ADD_ALAFIM</constant>,
+       <constant>CAL_JEWISH_ADD_ALAFIM</constant> und
        <constant>CAL_JEWISH_ADD_GERESHAYIM</constant>.
       </para>
      </listitem>
@@ -63,7 +63,9 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Das Jüdische Datum als String in der Form "Monat/Tag/Jahr"
+   Das jüdische Datum als String in der Form "Monat/Tag/Jahr", oder eine
+   ISO-8859-8 kodierte hebräische Datumszeichenkette gemäß dem
+   <parameter>hebrew</parameter> Parameter.
   </para>
  </refsect1>

@@ -75,11 +77,23 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-echo jdtojewish(gregoriantojd(10, 8, 2002), true,
-       CAL_JEWISH_ADD_GERESHAYIM + CAL_JEWISH_ADD_ALAFIM + CAL_JEWISH_ADD_ALAFIM_GERESH);
+$jd = gregoriantojd(10, 8, 2002);
+echo jdtojewish($jd, true), PHP_EOL,
+     jdtojewish($jd, true, CAL_JEWISH_ADD_GERESHAYIM), PHP_EOL,
+     jdtojewish($jd, true, CAL_JEWISH_ADD_ALAFIM), PHP_EOL,
+     jdtojewish($jd, true,CAL_JEWISH_ADD_ALAFIM_GERESH), PHP_EOL;
 ?>
 ]]>
     </programlisting>
+    &example.outputs;
+    <screen>
+<![CDATA[
+ב חשון התשסג
+ב' חשון התשס"ג
+ב חשון ה אלפים תשסג
+ב חשון ה'תשסג
+]]>
+    </screen>
    </example>
   </para>
  </refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.