svn: /phpdoc/de/trunk/reference/array/functions/ end.xml in-array.xml

[email protected] (Nikita Popov)
Newsgroups php.doc.de
Message-ID <[email protected]>
nikic                                    Fri, 01 Jul 2011 15:37:42 +0000

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

Log:
Sync some DE array function docs with EN

Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/end.xml
    U   phpdoc/de/trunk/reference/array/functions/in-array.xml

Modified: phpdoc/de/trunk/reference/array/functions/end.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/end.xml	2011-07-01 14:31:49 UTC (rev 312770)
+++ phpdoc/de/trunk/reference/array/functions/end.xml	2011-07-01 15:37:42 UTC (rev 312771)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 283800 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
 <!-- CREDITS: tom, simp -->
 <refentry xml:id="function.end" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -29,7 +29,10 @@
      <term><parameter>array</parameter></term>
      <listitem>
       <para>
-       Das Array.
+       Das Array. Das Array wird per Referenz übergeben, weil es
+       von der Funktion bearbeitet wird. Das bedeutet, dass der Funktion
+       eine echte Variable übergeben werden muss und nicht beispielsweise
+       der Rückgabewert einer Funktion.
       </para>
      </listitem>
     </varlistentry>
@@ -86,7 +89,7 @@
 sgml-indent-data:t
 indent-tabs-mode:nil
 sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil

Modified: phpdoc/de/trunk/reference/array/functions/in-array.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/in-array.xml	2011-07-01 14:31:49 UTC (rev 312770)
+++ phpdoc/de/trunk/reference/array/functions/in-array.xml	2011-07-01 15:37:42 UTC (rev 312771)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 310394 Maintainer: hholzgra Status: ready -->
 <!-- CREDITS: tom, simp -->
 <refentry xml:id="function.in-array" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -13,11 +13,12 @@
     <type>bool</type><methodname>in_array</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></methodparam>
+    <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
    </methodsynopsis>
   <para>
    Diese Funktion sucht in <parameter>haystack</parameter> nach
-   <parameter>needle</parameter>.
+   <parameter>needle</parameter>. Wenn <parameter>strict</parameter>
+   gesetzt ist wird dabei auch der Typ des Elements beachtet.
   </para>
  </refsect1>
  <refsect1 role="parameters">
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.