svn: /phpdoc/de/trunk/reference/ array/functions/extract.xml filter/book.xml filter/constants.xml ftp/functions/ftp-alloc.xml ftp/functions/ftp-nb-fget.xml ftp/functions/ftp-nb-get.xml

[email protected] (Mark Wiesemann)
Newsgroups php.doc.de
Message-ID <[email protected]>
wiesemann                                Sun, 17 Apr 2011 16:51:51 +0000

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

Log:
sync to EN

Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/extract.xml
    U   phpdoc/de/trunk/reference/filter/book.xml
    U   phpdoc/de/trunk/reference/filter/constants.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml

Modified: phpdoc/de/trunk/reference/array/functions/extract.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/extract.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/array/functions/extract.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 310276 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.extract" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>extract</methodname>
-   <methodparam><type>array</type><parameter>var_array</parameter></methodparam>
+   <methodparam><type>array</type><parameter role="reference">var_array</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>extract_type</parameter><initializer>EXTR_OVERWRITE</initializer></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>prefix</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/de/trunk/reference/filter/book.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/book.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/filter/book.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 309945 Maintainer: wiesemann Status: ready -->
 <!-- $Revision$ -->
 <!-- Purpose: basic.vartype -->

@@ -38,9 +38,9 @@
    <emphasis>Flags</emphasis> werden optional sowohl bei der Validierung
    als auch bei der Säuberung genutzt, um das Verhalten an Ihre Anforderungen
    anzupassen, Zum Beispiel führt die Angabe von
-   <constant>FILTER_FLAG_SCHEME_REQUIRED</constant> bei der Filterung eines
-   <acronym>URL</acronym> dazu, dass ein Schema (wie http://) erzwungen
-   wird.
+   <constant>FILTER_FLAG_PATH_REQUIRED</constant> bei der Filterung eines
+   <acronym>URL</acronym> dazu, dass ein Pfad (wie <literal>/foo</literal>
+   in <literal>http://example.org/foo</literal>) erzwungen wird.
   </para>
  </preface>


Modified: phpdoc/de/trunk/reference/filter/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/constants.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/filter/constants.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297078 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 310117 Maintainer: wiesemann Status: ready -->
 <!-- $Revision$ -->
 <appendix xml:id="filter.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
@@ -483,28 +483,6 @@
   </varlistentry>
   <varlistentry>
    <term>
-    <constant>FILTER_FLAG_SCHEME_REQUIRED</constant>
-     (<type>integer</type>)
-   </term>
-   <listitem>
-    <simpara>
-     Fordert Schema im "validate_url"-Filter.
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry>
-   <term>
-    <constant>FILTER_FLAG_HOST_REQUIRED</constant>
-     (<type>integer</type>)
-   </term>
-   <listitem>
-    <simpara>
-     Fordert Host im "validate_url"-Filter.
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry>
-   <term>
     <constant>FILTER_FLAG_PATH_REQUIRED</constant>
      (<type>integer</type>)
    </term>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-alloc.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 309268 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-alloc" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_alloc</refname>
@@ -53,7 +53,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>return</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
        Eine Textrepräsentation der Serverantwort wird als Referenz

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-fget.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 309282 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-fget" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_fget</refname>
@@ -70,7 +70,9 @@
     <varlistentry>
      <term><parameter>resumepos</parameter></term>
      <listitem>
-      <para></para>
+      <para>
+       Die Position in der entfernten Datei, an der der Download beginnen soll.
+      </para>
      </listitem>
     </varlistentry>
    </variablelist>

Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2011-04-17 16:43:22 UTC (rev 310287)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-nb-get.xml	2011-04-17 16:51:51 UTC (rev 310288)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 309282 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.ftp-nb-get" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ftp_nb_get</refname>
@@ -68,7 +68,9 @@
     <varlistentry>
      <term><parameter>resumepos</parameter></term>
      <listitem>
-      <para></para>
+      <para>
+       Die Position in der entfernten Datei, an der der Download beginnen soll.
+      </para>
      </listitem>
     </varlistentry>
    </variablelist>
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.