svn: /phpdoc/de/trunk/ language/predefined/exception.xml reference/session/functions/session-set-cookie-params.xml reference/sockets/functions/socket-listen.xml reference/var/functions/unset.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 17 Jun 2018 12:08:55 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/language/predefined/exception.xml
    U   phpdoc/de/trunk/reference/session/functions/session-set-cookie-params.xml
    U   phpdoc/de/trunk/reference/sockets/functions/socket-listen.xml
    U   phpdoc/de/trunk/reference/var/functions/unset.xml

Modified: phpdoc/de/trunk/language/predefined/exception.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/exception.xml	2018-06-17 06:43:04 UTC (rev 345157)
+++ phpdoc/de/trunk/language/predefined/exception.xml	2018-06-17 12:08:55 UTC (rev 345158)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 337354 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345149 Maintainer: sammywg Status: ready -->

 <phpdoc:exceptionref xml:id="class.exception"
  xmlns="http://docbook.org/ns/docbook"
@@ -21,8 +21,8 @@
     in PHP 7.
    </para>
    <para>
-    In PHP 7 implementiert <classname>Exception</classname> das
-    <classname>Throwable</classname>-Interface.
+    Vor PHP 7 implementierte <classname>Exception</classname> das
+    <classname>Throwable</classname>-Interface <emphasis>nicht</emphasis>.
    </para>
   </section>
 <!-- }}} -->
@@ -39,6 +39,11 @@
      <ooclass>
       <classname>Exception</classname>
      </ooclass>
+
+     <ooclass>
+      <modifier>implements</modifier>
+      <classname>Throwable</classname>
+     </ooclass>
     </classsynopsisinfo>
 <!-- }}} -->


Modified: phpdoc/de/trunk/reference/session/functions/session-set-cookie-params.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-set-cookie-params.xml	2018-06-17 06:43:04 UTC (rev 345157)
+++ phpdoc/de/trunk/reference/session/functions/session-set-cookie-params.xml	2018-06-17 12:08:55 UTC (rev 345158)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 345150 Maintainer: samesch Status: ready -->

 <refentry xml:id="function.session-set-cookie-params" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -109,6 +109,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.2.0</entry>
+       <entry>
+        &return.success; Zuvor gab die Funktion <type>void</type> zurück.
+       </entry>
+      </row>
+      <row>
        <entry>5.2.0</entry>
        <entry>
         Den Parameter <parameter>httponly</parameter> hinzugefügt.

Modified: phpdoc/de/trunk/reference/sockets/functions/socket-listen.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-listen.xml	2018-06-17 06:43:04 UTC (rev 345157)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-listen.xml	2018-06-17 12:08:55 UTC (rev 345158)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345152 Maintainer: conni Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-listen">
  <refnamediv>
   <refname>socket_listen</refname>
@@ -35,7 +35,8 @@
      <term><parameter>socket</parameter></term>
      <listitem>
       <para>
-       Ein gültiger Socket-Deskriptor, der von <function>socket_create</function> erzeugt wurde.
+       Ein gültiger Socket-Deskriptor, der von <function>socket_create</function>
+       oder <function>socket_addrinfo_bind</function> erzeugt wurde.
       </para>
      </listitem>
     </varlistentry>
@@ -90,6 +91,7 @@
     <member><function>socket_connect</function></member>
     <member><function>socket_create</function></member>
     <member><function>socket_strerror</function></member>
+    <member><function>socket_addrinfo_bind</function></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/var/functions/unset.xml
===================================================================
--- phpdoc/de/trunk/reference/var/functions/unset.xml	2018-06-17 06:43:04 UTC (rev 345157)
+++ phpdoc/de/trunk/reference/var/functions/unset.xml	2018-06-17 12:08:55 UTC (rev 345158)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343843 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345151 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.unset" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -206,7 +206,8 @@
    <example>
     <title>Verwendung von <literal>(unset)</literal> Casting</title>
     <para>
-     <literal>(unset)</literal> Casting wird häufig mit der
+     <link linkend="language.types.null.casting"><literal>(unset)</literal></link>
+     Casting wird häufig mit der
      <function>unset</function> Function verwechselt. <literal>(unset)</literal>
      Casting dient nur als ein <literal>NULL</literal>-Typ-Cast, der
      Vollständigkeit halber. Es ändert nicht die gecastete Variable.
@@ -266,6 +267,7 @@
     <member><function>empty</function></member>
     <member><link linkend="object.unset">__unset</link></member>
     <member><function>array_splice</function></member>
+    <member><link linkend="language.types.null.casting">(unset) casting</link></member>
    </simplelist>
   </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.