svn: /phpdoc/de/trunk/ appendices/reserved.constants.core.xml language/namespaces.xml reference/array/functions/count.xml reference/ftp/functions/ftp-fget.xml reference/ftp/functions/ftp-fput.xml reference/ftp/functions/ftp-get.xml reference/ftp/functions/ftp-nb-fget.xml reference/ftp/functions/ftp-nb-fput.xml reference/ftp/functions/ftp-nb-get.xml reference/ftp/functions/ftp-nb-put.xml reference/ftp/functions/ftp-put.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Thu, 14 Jun 2018 13:42:14 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/appendices/reserved.constants.core.xml
    U   phpdoc/de/trunk/language/namespaces.xml
    U   phpdoc/de/trunk/reference/array/functions/count.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-get.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml
svn-diffs-345137.txt (text/x-diff, 13.4 KB)
Modified: phpdoc/de/trunk/appendices/reserved.constants.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/reserved.constants.core.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/appendices/reserved.constants.core.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342973 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345134 Maintainer: nobody Status: ready -->
 <!-- Credits: hholzgra -->

  <sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
@@ -177,7 +177,8 @@
      <listitem>
       <simpara>
        Die größtmögliche Ganzzahl die von diesem Build von PHP
-       unterstützt wird. Üblicherweise int(2147483647).
+       unterstützt wird. Üblicherweise int(2147483647) auf 32-bit Systemen und
+       int(9223372036854775807) auf 64-bit Systemen.
        Verfügbar seit PHP 5.0.5.
       </simpara>
      </listitem>

Modified: phpdoc/de/trunk/language/namespaces.xml
===================================================================
--- phpdoc/de/trunk/language/namespaces.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/language/namespaces.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 340397 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 345127 Maintainer: simp Status: ready -->

 <chapter xml:id="language.namespaces" xmlns="http://docbook.org/ns/docbook"
 version="1.1">
@@ -96,10 +96,15 @@
     ]]>
    </programlisting>
   </example>
+   <note>
+    <simpara>
+     Bei Namespace-Namen wird nicht zwischen Groß- und Kleinschreibung unterschieden.
+    </simpara>
+   </note>
   <note>
    <para>
-    Die Namespaces <literal>PHP</literal> und <literal>php</literal>, sowie zusammengesetzte Namen,
-    die mit diesen Bezeichnungen beginnen (wie z.B. <literal>PHP\Classes</literal>),
+    Der Namespaces <literal>PHP</literal>, sowie zusammengesetzte Namen,
+    die mit dieser Bezeichnung beginnen (wie z.B. <literal>PHP\Classes</literal>),
     sind zur internen Verwendung in der Sprache reserviert und sollten im eigene Programmcode nicht
     verwendet werden.
    </para>

Modified: phpdoc/de/trunk/reference/array/functions/count.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/count.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/array/functions/count.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343711 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 345126 Maintainer: cmb Status: ready -->
 <!-- CREDITS: tom, jumpa -->

 <refentry xml:id="function.count" xmlns="http://docbook.org/ns/docbook">
@@ -82,14 +82,6 @@
    zurückgegeben. Es besteht eine Ausnahme, wenn <parameter>array_or_countable</parameter>
    &null; ist, wird <literal>0</literal> zurückgegeben.
   </para>
-  <caution>
-   <para>
-    <function>count</function> gibt 0 zurück, wenn die Variable nicht
-    gesetzt ist, aber sie gibt ebenfalls 0 zurück, wenn die Variable als
-    leeres Array initialisiert wurde. Verwenden Sie <function>isset</function>
-    um zu testen, ob eine Variable gesetzt ist.
-   </para>
-  </caution>
  </refsect1>

  <refsect1 role="examples">

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-fget.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-fget" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_fget</refname>
@@ -79,6 +79,30 @@
    &return.success;
   </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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-fput.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-fput" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_fput</refname>
@@ -74,6 +74,30 @@
    &return.success;
   </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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-get.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-get.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-get.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344749 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->

 <refentry xml:id="function.ftp-get" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -78,6 +78,30 @@
    &return.success;
   </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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-fget" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_fget</refname>
@@ -85,6 +85,30 @@
    oder <constant>FTP_MOREDATA</constant> 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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fput.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-fput" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_fput</refname>
@@ -81,6 +81,30 @@
    oder <constant>FTP_MOREDATA</constant> 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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-get" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_get</refname>
@@ -83,6 +83,30 @@
    oder <constant>FTP_MOREDATA</constant> 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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-put.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-put" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_put</refname>
@@ -80,6 +80,30 @@
    oder <constant>FTP_MOREDATA</constant> 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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml	2018-06-14 06:47:11 UTC (rev 345136)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-put.xml	2018-06-14 13:42:14 UTC (rev 345137)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345129 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-put" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_put</refname>
@@ -73,6 +73,30 @@
    &return.success;
   </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>
+       Der <parameter>mode</parameter> Parameter ist nun optional. Zuvor war er
+       verpflichtend.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
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.