svn: /phpdoc/de/trunk/reference/ array/functions/array-diff.xml array/functions/array-intersect-assoc.xml bzip2/functions/bzcompress.xml bzip2/functions/bzdecompress.xml pcre/constants.xml pcre/functions/preg-match-all.xml pcre/functions/preg-match.xml pgsql/constants.xml pgsql/functions/pg-field-prtlen.xml recode/functions/recode-string.xml soap/soapserver/setclass.xml

[email protected] (Nikita Popov)
Newsgroups php.doc.de
Message-ID <[email protected]>
nikic                                    Sun, 14 Aug 2011 10:02:16 +0000

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

Log:
Sync some DE docs with EN

Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/array-diff.xml
    U   phpdoc/de/trunk/reference/array/functions/array-intersect-assoc.xml
    U   phpdoc/de/trunk/reference/bzip2/functions/bzcompress.xml
    U   phpdoc/de/trunk/reference/bzip2/functions/bzdecompress.xml
    U   phpdoc/de/trunk/reference/pcre/constants.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
    U   phpdoc/de/trunk/reference/pgsql/constants.xml
    U   phpdoc/de/trunk/reference/pgsql/functions/pg-field-prtlen.xml
    U   phpdoc/de/trunk/reference/recode/functions/recode-string.xml
    U   phpdoc/de/trunk/reference/soap/soapserver/setclass.xml
svn-diffs-314894.txt (text/x-diff, 20.9 KB)
Modified: phpdoc/de/trunk/reference/array/functions/array-diff.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-diff.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/array/functions/array-diff.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 314089 Maintainer: simp Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-diff" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -14,7 +14,7 @@
    <type>array</type><methodname>array_diff</methodname>
    <methodparam><type>array</type><parameter>array1</parameter></methodparam>
    <methodparam><type>array</type><parameter>array2</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter> ...</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
    Vergleicht <parameter>array1</parameter> mit <parameter>array2</parameter> und

Modified: phpdoc/de/trunk/reference/array/functions/array-intersect-assoc.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-intersect-assoc.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/array/functions/array-intersect-assoc.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,77 +1,127 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: nobody Status: ready -->
-  <refentry xml:id="function.array-intersect-assoc" xmlns="http://docbook.org/ns/docbook">
-   <refnamediv>
-    <refname>array_intersect_assoc</refname>
-    <refpurpose>Ermittelt die Schnittmenge von Arrays mit Indexprüfung</refpurpose>
-   </refnamediv>
-   <refsect1 role="description">
-    &reftitle.description;
-     <methodsynopsis>
-      <type>array</type><methodname>array_intersect_assoc</methodname>
-      <methodparam><type>array</type><parameter>array1</parameter></methodparam>
-      <methodparam><type>array</type><parameter>array2</parameter></methodparam>
-      <methodparam choice="opt"><type>array</type><parameter> ...</parameter></methodparam>
-     </methodsynopsis>
-    <simpara>
-     <function>array_intersect_assoc</function> gibt ein Array mit allen Werten
-     von <parameter>array1</parameter>, die auch in allen anderen Argumenten
-     enthalten sind, zurück. Beachten Sie, dass anders als von
-     <function>array_intersect</function> die Schlüssel zum Vergleich
-     herangezogen werden.
-    </simpara>
-    <para>
-     <example>
-      <title><function>array_intersect_assoc</function> Beispiel</title>
-      <programlisting role="php">
+<!-- EN-Revision: 314091 Maintainer: nikic Status: ready -->
+<refentry xml:id="function.array-intersect-assoc" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+  <refname>array_intersect_assoc</refname>
+  <refpurpose>Ermittelt die Schnittmenge von Arrays mit Indexprüfung</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>array</type><methodname>array_intersect_assoc</methodname>
+   <methodparam><type>array</type><parameter>array1</parameter></methodparam>
+   <methodparam><type>array</type><parameter>array2</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter> ...</parameter></methodparam>
+  </methodsynopsis>
+  <simpara>
+   <function>array_intersect_assoc</function> gibt ein Array mit allen Werten
+   von <parameter>array1</parameter>, die auch in allen anderen Argumenten
+   enthalten sind, zurück. Beachten Sie, dass anders als von
+   <function>array_intersect</function> die Schlüssel zum Vergleich
+   herangezogen werden.
+  </simpara>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>array1</parameter></term>
+     <listitem>
+      <para>
+       Ein Array mit den Hauptwerten, die geprüft werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>array2</parameter></term>
+     <listitem>
+      <para>
+       Ein Array, gegen welches die Werte geprüft werden sollen.
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>array</parameter></term>
+     <listitem>
+      <para>
+       Weitere Arrays gegen welche geprüft werden soll.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Gibt ein assoziatives Array zurück, welches alle Werte aus
+   <parameter>array1</parameter> enthält, welche auch in allen anderen
+   Argumenten enthalten sind.
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title><function>array_intersect_assoc</function> Beispiel</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $array1 = array("a" => "grün", "b" => "braun", "c" => "blau", "rot");
 $array2 = array("a" => "grün", "gelb", "rot");
-$result_array = array_intersect_assoc($array1, $array2);
+$ergebnis_array = array_intersect_assoc($array1, $array2);
+print_r($ergebnis_array);
 ?>
 ]]>
-      </programlisting>
-      <para>
-       $result_array wird wie folgt aussehen:
-      </para>
-      <screen>
+    </programlisting>
+    &example.outputs;
+    <screen>
 <![CDATA[
 Array
 (
     [a] => grün
 )
 ]]>
-      </screen>
-     </example>
-    </para>
-    <simpara>
-     In unserem Beispiel sehen Sie, dass einzig das Paar <literal>"a" =&gt;
-     "green"</literal> in beiden Arrays enthalten ist und daher zurückgegeben
-     wird. Der Wert <literal>"rot"</literal> wird nicht zurückgegeben, weil
-     sein Schlüsselwert in <varname>$array1</varname> <literal>0</literal> ist,
-     wohingegen der Schlüssel von "rot" in <varname>$array2</varname> den Wert
-     <literal>1</literal> hat.
-    </simpara>
-    <simpara>
-     Die beiden Werte des <literal>Schlüssel =&gt; Wert</literal> Paares werden
-     als gleich erachtet, genau dann wenn <literal>(string) $elem1 ===
-     (string) $elem2 </literal>. Anders ausgedrückt wird eine strikte
-     Typenprüfung durchgeführt, so dass die Stringrepresentation gleich sein
-     muss.
-     <!-- TODO: example of it... -->
-    </simpara>
-    <simpara>
-     Siehe auch <function>array_intersect</function>,
-     <function>array_uintersect_assoc</function>,
-     <function>array_intersect_uassoc</function>,
-     <function>array_uintersect_uassoc</function>,
-     <function>array_diff</function> und
-     <function>array_diff_assoc</function>.
-    </simpara>
-   </refsect1>
-  </refentry>
+    </screen>
+   </example>
+  </para>
+  <simpara>
+   In unserem Beispiel sehen Sie, dass einzig das Paar <literal>"a" =&gt;
+   "green"</literal> in beiden Arrays enthalten ist und daher zurückgegeben
+   wird. Der Wert <literal>"rot"</literal> wird nicht zurückgegeben, weil
+   sein Schlüsselwert in <varname>$array1</varname> <literal>0</literal> ist,
+   wohingegen der Schlüssel von "rot" in <varname>$array2</varname> den Wert
+   <literal>1</literal> hat. Der Schlüssel <literal>"b"</literal> wird nicht
+   zurückgegeben, weil er in beiden Arrays einen anderen Wert hat.
+  </simpara>
+  <simpara>
+   Die beiden Werte des <literal>Schlüssel =&gt; Wert</literal> Paares werden
+   als gleich erachtet, genau dann wenn <literal>(string) $elem1 ===
+   (string) $elem2 </literal>. Anders ausgedrückt wird eine strikte
+   Typenprüfung durchgeführt, so dass die Stringrepresentation gleich sein
+   muss.
+   <!-- TODO: example of it... -->
+  </simpara>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <simplelist>
+   <member><function>array_intersect</function></member>
+   <member><function>array_uintersect_assoc</function></member>
+   <member><function>array_intersect_uassoc</function></member>
+   <member><function>array_uintersect_uassoc</function></member>
+   <member><function>array_diff</function></member>
+   <member><function>array_diff_assoc</function></member>
+  </simplelist>
+ </refsect1>
+</refentry>

 <!-- Keep this comment at the end of the file
 Local variables:

Modified: phpdoc/de/trunk/reference/bzip2/functions/bzcompress.xml
===================================================================
--- phpdoc/de/trunk/reference/bzip2/functions/bzcompress.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/bzip2/functions/bzcompress.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nohn Status: ready -->
+<!-- EN-Revision: 313913 Maintainer: nohn Status: ready -->
 <refentry xml:id="function.bzcompress" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>bzcompress</refname>

Modified: phpdoc/de/trunk/reference/bzip2/functions/bzdecompress.xml
===================================================================
--- phpdoc/de/trunk/reference/bzip2/functions/bzdecompress.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/bzip2/functions/bzdecompress.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nohn Status: ready -->
+<!-- EN-Revision: 313913 Maintainer: nohn Status: ready -->
 <refentry xml:id="function.bzdecompress" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>bzdecompress</refname>

Modified: phpdoc/de/trunk/reference/pcre/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/constants.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/pcre/constants.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 314246 Maintainer: samesch Status: ready -->
 <appendix xml:id="pcre.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -11,6 +11,7 @@
     <row>
      <entry>Konstante</entry>
      <entry>Beschreibung</entry>
+     <entry>Seit</entry>
     </row>
    </thead>
    <tbody>
@@ -23,6 +24,7 @@
       ersten geklammerten Teilsuchmuster übereinstimmen und so weiter. Dieses
       Flag wird nur bei <function>preg_match_all</function> verwendet.
      </entry>
+     <entry></entry>
     </row>
     <row>
      <entry><constant>PREG_SET_ORDER</constant></entry>
@@ -33,13 +35,14 @@
       Übereinstimmungen und so weiter. Dieses Flag wird nur bei
       <function>preg_match_all</function> verwendet.
      </entry>
+     <entry></entry>
     </row>
     <row>
      <entry><constant>PREG_OFFSET_CAPTURE</constant></entry>
      <entry>
       Siehe Beschreibung von <constant>PREG_SPLIT_OFFSET_CAPTURE</constant>.
-      Dieses Flag steht ab PHP 4.3.0 zur Verfügung.
      </entry>
+     <entry>4.3.0</entry>
     </row>
     <row>
      <entry><constant>PREG_SPLIT_NO_EMPTY</constant></entry>
@@ -47,14 +50,16 @@
       Dieses Flag teilt der Funktion <function>preg_split</function> mit, dass
       sie nur nicht-leere Teile zurückgeben soll.
      </entry>
+     <entry></entry>
     </row>
     <row>
      <entry><constant>PREG_SPLIT_DELIM_CAPTURE</constant></entry>
      <entry>
       Dieses Flag teilt der Funktion <function>preg_split</function> mit, dass
       sie auch die eingeklammerten Ausdrücke des Trennsymbol-Musters
-      zurückgeben soll. Dieses Flag steht ab PHP 4.0.5 zur Verfügung.
+      zurückgeben soll.
      </entry>
+     <entry>4.0.5</entry>
     </row>
     <row>
      <entry><constant>PREG_SPLIT_OFFSET_CAPTURE</constant></entry>
@@ -64,33 +69,34 @@
       Rückgabewerte in einem Array dahingehend ändert, dass jedes Element ein
       Array ist, das aus der übereinstimmenden Zeichenkette als erstem und
       deren Stelle im durchsuchten Text als zweitem Element besteht. Dieses
-      Flag steht ab PHP 4.3.0 zur Verfügung und wird nur bei
-      <function>preg_split</function> verwendet.
+      Flag wird nur für <function>preg_split</function> verwendet.
      </entry>
+     <entry>4.3.0</entry>
     </row>
     <row>
      <entry><constant>PREG_NO_ERROR</constant></entry>
      <entry>
       Dieses Flag wird von <function>preg_last_error</function> zurückgegeben,
-      falls kein Fehler aufgetreten ist. Es steht ab PHP 5.2.0 zur Verfügung.
+      falls kein Fehler aufgetreten ist.
      </entry>
+     <entry>5.2.0</entry>
     </row>
     <row>
      <entry><constant>PREG_INTERNAL_ERROR</constant></entry>
      <entry>
       Dieses Flag wird von <function>preg_last_error</function> zurückgegeben,
-      falls ein interner PCRE-Fehler aufgetreten ist. Es steht ab PHP 5.2.0
-      zur Verfügung.
+      falls ein interner PCRE-Fehler aufgetreten ist.
      </entry>
+     <entry>5.2.0</entry>
     </row>
     <row>
      <entry><constant>PREG_BACKTRACK_LIMIT_ERROR</constant></entry>
      <entry>
       Dieses Flag wird von <function>preg_last_error</function> zurückgegeben,
       falls das <link linkend="ini.pcre.backtrack-limit">Limit der
-      Zurückverfolgung (Backtracking)</link> überschritten wurde. Es steht ab
-      PHP 5.2.0 zur Verfügung.
+      Zurückverfolgung (Backtracking)</link> überschritten wurde.
      </entry>
+     <entry>5.2.0</entry>
     </row>
     <row>
      <entry><constant>PREG_RECURSION_LIMIT_ERROR</constant></entry>
@@ -98,8 +104,9 @@
       Dieses Flag wird von <function>preg_last_error</function> zurückgegeben,
       falls das <link
       linkend="ini.pcre.recursion-limit">Rekursionslimit</link> überschritten
-      wurde. Es steht ab PHP 5.2.0 zur Verfügung.
+      wurde.
      </entry>
+     <entry>5.2.0</entry>
     </row>
     <row>
      <entry><constant>PREG_BAD_UTF8_ERROR</constant></entry>
@@ -108,8 +115,8 @@
       falls der letzte Fehler durch fehlerhafte UTF-8-Daten verursacht wurde
       (nur bei RegEx, die im <link
       linkend="reference.pcre.pattern.modifiers">UTF-8-Modus</link> laufen).
-      Es steht ab PHP 5.2.0 zur Verfügung.
      </entry>
+     <entry>5.2.0</entry>
     </row>
     <row>
      <entry><constant>PREG_BAD_UTF8_OFFSET_ERROR</constant></entry>
@@ -118,16 +125,17 @@
       falls sich der Versatz nicht mit dem Anfang eines gültigen
       UTF-8-Codepoints deckt (nur wenn die RegEx im <link
       linkend="reference.pcre.pattern.modifiers">UTF-8-Modus</link> ausgeführt
-      wird). Es steht ab PHP 5.3.0 zur Verfügung.
+      wird).
      </entry>
+     <entry>5.3.0</entry>
     </row>
     <row>
      <entry><constant>PCRE_VERSION</constant></entry>
      <entry>
       Die PCRE-Version und das Freigabedatum (z.B.
-      "<literal>7.0 18-Dec-2006</literal>"). Dieses Flag steht ab PHP 5.2.4
-      zur Verfügung.
+      "<literal>7.0 18-Dec-2006</literal>").
      </entry>
+     <entry>5.2.4</entry>
     </row>
    </tbody>
   </tgroup>

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312711 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 314593 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.preg-match-all" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>preg_match_all</refname>
@@ -212,6 +212,13 @@
        </entry>
       </row>
       <row>
+       <entry>5.3.6</entry>
+       <entry>
+        Gibt &false; zurück, wenn <parameter>offset</parameter>
+        größer als die Länge von <parameter>subject</parameter> ist.
+       </entry>
+      </row>
+      <row>
        <entry>5.2.2</entry>
        <entry>
         Benannte Teilsuchmuster (named subpatterns) akzeptieren nun die

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 307739 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 314243 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>preg_match</refname>
@@ -179,6 +179,13 @@
      </thead>
      <tbody>
       <row>
+       <entry>5.3.6</entry>
+       <entry>
+        Gibt &false; zurück, wenn <parameter>offset</parameter>
+        größer als die Länge von <parameter>subject</parameter> ist.
+       </entry>
+      </row>
+      <row>
        <entry>5.2.2</entry>
        <entry>
         Benannte Teilsuchmuster akzeptieren nun sowohl die Syntaxen

Modified: phpdoc/de/trunk/reference/pgsql/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/constants.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/pgsql/constants.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 314242 Maintainer: conni Status: ready -->
 <appendix xml:id="pgsql.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -563,7 +563,7 @@
   </varlistentry>
   <varlistentry>
    <term>
-    <constant>PGSQL_CONV_IGNORE_DEFAULT</constant>
+    <constant>PGSQL_CONV_IGNORE_NOT_NULL</constant>
     (<type>integer</type>)
    </term>
    <listitem>

Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-field-prtlen.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-field-prtlen.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-field-prtlen.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 314774 Maintainer: conni Status: ready -->
 <refentry xml:id="function.pg-field-prtlen" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pg_field_prtlen</refname>
@@ -24,7 +24,7 @@
    <function>pg_field_prtlen</function> gibt die aktuelle Länge (Anzahl der
    Zeichen) eines bestimmten Wertes in einem PostgreSQL
    <parameter>result</parameter> zurück. Die Feldnummerierung beginnt bei
-   0. Die Funktion liefert bei einem Fehler -1 zurück.
+   0. Die Funktion liefert bei einem Fehler &false; zurück.
   </para>
   <para>
    <parameter>field_name_or_number</parameter> kann als

Modified: phpdoc/de/trunk/reference/recode/functions/recode-string.xml
===================================================================
--- phpdoc/de/trunk/reference/recode/functions/recode-string.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/recode/functions/recode-string.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314055 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.recode-string" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/de/trunk/reference/soap/soapserver/setclass.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/soapserver/setclass.xml	2011-08-14 08:41:16 UTC (rev 314893)
+++ phpdoc/de/trunk/reference/soap/soapserver/setclass.xml	2011-08-14 10:02:16 UTC (rev 314894)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314090 Maintainer: sammywg Status: ready -->
 <refentry xml:id="soapserver.setclass" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>SoapServer->setClass()</refname>
@@ -12,7 +12,8 @@
   <methodsynopsis>
    <modifier>public</modifier> <type>void</type><methodname>SoapServer::setClass</methodname>
    <methodparam><type>string</type><parameter>class_name</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>args</parameter></methodparam>
+   <methodparam choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+   <methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
    Exportiert alle Methoden der angegebenen Klasse.
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.