svn: /phpdoc/de/trunk/reference/ filter/functions/filter-input-array.xml imap/constants.xml imap/functions/imap-getmailboxes.xml imap/functions/imap-getsubscribed.xml strings/functions/convert-cyr-string.xml strings/functions/convert-uudecode.xml strings/functions/convert-uuencode.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 06 May 2018 16:08:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344968
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/filter/functions/filter-input-array.xml
U phpdoc/de/trunk/reference/imap/constants.xml
U phpdoc/de/trunk/reference/imap/functions/imap-getmailboxes.xml
U phpdoc/de/trunk/reference/imap/functions/imap-getsubscribed.xml
U phpdoc/de/trunk/reference/strings/functions/convert-cyr-string.xml
U phpdoc/de/trunk/reference/strings/functions/convert-uudecode.xml
U phpdoc/de/trunk/reference/strings/functions/convert-uuencode.xml
svn-diffs-344968.txt
(text/x-diff, 11.5 KB)
Modified: phpdoc/de/trunk/reference/filter/functions/filter-input-array.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/functions/filter-input-array.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/filter/functions/filter-input-array.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 344967 Maintainer: cmb Status: ready -->
<refentry xml:id="function.filter-input-array" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -71,11 +71,20 @@
&reftitle.returnvalues;
<para>
Bei Erfolg wird ein Array zurückgegeben, welches alle Werte der angefragten
- Variablen enthält oder &false; im Fehlerfall. Ein einzelner Array-Wert ist
+ Variablen enthält.
+ Ist das durch <parameter>type</parameter> bezeichnete Eingabearray nicht befüllt,
+ gibt die Funktion &null; zurück, wenn die das <constant>FILTER_NULL_ON_FAILURE</constant>
+ Flag nicht angegeben wurde, oder &false; andernfalls. Bei anderen Fehlern wird
+ &false; zurückgegeben.
+ </para>
+ <para>
+ Ein einzelner Array-Wert ist
&false;, wenn das Filtern fehlgeschlagen ist oder &null;, wenn die Variable
nicht gesetzt ist. Wenn das Flag <constant>FILTER_NULL_ON_FAILURE</constant>
benutzt wurde, wird &false; zurückgegeben, wenn die Variable nicht gesetzt ist
und &null;, wenn das Filtern fehlgeschlagen ist.
+ Ist der Parameter <parameter>add_empty</parameter> &false;, wird kein Arrayelement
+ für nicht gesetzte Variablen hinzugefügt.
</para>
</refsect1>
@@ -90,11 +99,11 @@
error_reporting(E_ALL | E_STRICT);
/* data actually came from POST
$_POST = array(
- 'product_id' => 'libgd<script>',
- 'component' => '10',
- 'versions' => '2.0.33',
- 'testscalar' => array('2', '23', '10', '12'),
- 'testarray' => '2',
+ 'product_id' => 'libgd<script>',
+ 'component' => array('10'),
+ 'version' => '2.0.33',
+ 'testarray' => array('2', '23', '10', '12'),
+ 'testscalar' => '2',
);
*/
@@ -104,7 +113,7 @@
'flags' => FILTER_REQUIRE_ARRAY,
'options' => array('min_range' => 1, 'max_range' => 10)
),
- 'versions' => FILTER_SANITIZE_ENCODED,
+ 'version' => FILTER_SANITIZE_ENCODED,
'doesnotexist' => FILTER_VALIDATE_INT,
'testscalar' => array(
'filter' => FILTER_VALIDATE_INT,
@@ -135,16 +144,22 @@
[0]=>
int(10)
}
- ["versions"]=>
+ ["version"]=>
string(6) "2.0.33"
["doesnotexist"]=>
NULL
["testscalar"]=>
- bool(false)
+ int(2)
["testarray"]=>
- array(1) {
+ array(4) {
[0]=>
int(2)
+ [1]=>
+ int(23)
+ [2]=>
+ int(10)
+ [3]=>
+ int(12)
}
}
]]>
Modified: phpdoc/de/trunk/reference/imap/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/constants.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/imap/constants.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 337490 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 344964 Maintainer: nobody Status: ready -->
<appendix xml:id="imap.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
@@ -409,6 +409,39 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.latt-referral">
+ <term>
+ <constant>LATT_REFERRAL</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Das Postfach bezieht sich auf eine Remote-Mailbox.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.latt-haschildren">
+ <term>
+ <constant>LATT_HASCHILDREN</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Das Postfach enthält auswählbare Unterpostfächer.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.latt-hasnochildren">
+ <term>
+ <constant>LATT_HASNOCHILDREN</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Das Postfach enthält keine auswählbaren Unterpostfächer.
+ </simpara>
+ </listitem>
+ </varlistentry>
<varlistentry xml:id="constant.sortdate">
<term>
<constant>SORTDATE</constant>
@@ -695,39 +728,6 @@
</simpara>
</listitem>
</varlistentry>
- <varlistentry xml:id="constant.latt-referral">
- <term>
- <constant>LATT_REFERRAL</constant>
- (<type>integer</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.latt-haschildren">
- <term>
- <constant>LATT_HASCHILDREN</constant>
- (<type>integer</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.latt-hasnochildren">
- <term>
- <constant>LATT_HASNOCHILDREN</constant>
- (<type>integer</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
<varlistentry xml:id="constant.imap-gc-elt">
<term>
<constant>IMAP_GC_ELT</constant>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-getmailboxes.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-getmailboxes.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/imap/functions/imap-getmailboxes.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341804 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 344964 Maintainer: nobody Status: ready -->
<refentry xml:id="function.imap-getmailboxes" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -87,6 +87,21 @@
dieses Postfach unterstützt.
</simpara>
</listitem>
+ <listitem>
+ <para>
+ <constant>LATT_REFERRAL</constant> - Das Postfach bezieht sich auf eine Remote-Mailbox.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <constant>LATT_HASCHILDREN</constant> - Das Postfach enthält auswählbare Unterpostfächer.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <constant>LATT_HASNOCHILDREN</constant> - Das Postfach enthält auswählbare Unterpostfächer.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-getsubscribed.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-getsubscribed.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/imap/functions/imap-getsubscribed.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 344964 Maintainer: nobody Status: ready -->
<refentry xml:id="function.imap-getsubscribed" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -85,6 +85,21 @@
Nur verwendet von UW-IMAPD.
</simpara>
</listitem>
+ <listitem>
+ <simpara>
+ <constant>LATT_REFERRAL</constant> - Das Postfach bezieht sich auf eine Remote-Mailbox.
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <constant>LATT_HASCHILDREN</constant> - Das Postfach enthält auswählbare Unterpostfächer.
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <constant>LATT_HASNOCHILDREN</constant> - Das Postfach enthält keine auswählbaren Unterpostfächer.
+ </simpara>
+ </listitem>
</itemizedlist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/strings/functions/convert-cyr-string.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/convert-cyr-string.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/strings/functions/convert-cyr-string.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 344962 Maintainer: sammywg Status: ready -->
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.convert-cyr-string">
<refnamediv>
<refname>convert_cyr_string</refname>
@@ -99,6 +100,16 @@
¬e.bin-safe;
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>mb_convert_encoding</function></member>
+ <member><function>iconv</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+
</refentry>
Modified: phpdoc/de/trunk/reference/strings/functions/convert-uudecode.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/convert-uudecode.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/strings/functions/convert-uudecode.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 344961 Maintainer: sammywg Status: ready -->
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.convert-uudecode">
<refnamediv>
<refname>convert_uudecode</refname>
@@ -16,6 +17,13 @@
<para>
<function>convert_uudecode</function> dekodiert eine uukodierte Zeichenkette.
</para>
+ <note>
+ <simpara>
+ <function>convert_uudecode</function> akzeptiert weder die <literal>begin</literal>
+ noch die <literal>end</literal> Zeile, die Teil von uukodierten <emphasis>Dateien</emphasis>
+ sind.
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="parameters">
@@ -49,11 +57,16 @@
<programlisting role="php">
<![CDATA[
<?php
-/* Können Sie sich vorstellen, was hier ausgegeben wird? :) */
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>
]]>
</programlisting>
+ &example.outputs;
+ <screen>
+<![CDATA[
+I love PHP!
+]]>
+ </screen>
</example>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/strings/functions/convert-uuencode.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/convert-uuencode.xml 2018-05-06 15:51:41 UTC (rev 344967)
+++ phpdoc/de/trunk/reference/strings/functions/convert-uuencode.xml 2018-05-06 16:08:43 UTC (rev 344968)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343432 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 344961 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.convert-uuencode">
<refnamediv>
@@ -23,6 +23,13 @@
druckbare Zeichen um, damit ihre korrekte Übermittlung über ein Netzwerk sichergestellt
werden kann. UU-kodierte Daten sind etwa 35 % länger als ihr Original.
</para>
+ <note>
+ <simpara>
+ <function>convert_uuencode</function> erzeugt weder die <literal>begin</literal>
+ noch die <literal>end</literal> Zeile, die Teil von uukodierten <emphasis>Dateien</emphasis>
+ sind.
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="parameters">
@@ -62,6 +69,13 @@
?>
]]>
</programlisting>
+ &example.outputs;
+ <screen>
+<![CDATA[
+0=&5S=`IT97AT('1E>'0-"@``
+`
+]]>
+ </screen>
</example>
</para>
</refsect1>