svn: /phpdoc/de/trunk/ language/operators.xml reference/fileinfo/functions/mime-content-type.xml reference/filesystem/functions/file-put-contents.xml reference/filter/filters.xml reference/info/functions/phpinfo.xml reference/password/book.xml reference/session/ini.xml reference/sqlite3/sqlite3/prepare.xml reference/strings/functions/html-entity-decode.xml reference/zlib/setup.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 13 Aug 2018 10:58:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345460
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/language/operators.xml
U phpdoc/de/trunk/reference/fileinfo/functions/mime-content-type.xml
U phpdoc/de/trunk/reference/filesystem/functions/file-put-contents.xml
U phpdoc/de/trunk/reference/filter/filters.xml
U phpdoc/de/trunk/reference/info/functions/phpinfo.xml
U phpdoc/de/trunk/reference/password/book.xml
U phpdoc/de/trunk/reference/session/ini.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/prepare.xml
U phpdoc/de/trunk/reference/strings/functions/html-entity-decode.xml
U phpdoc/de/trunk/reference/zlib/setup.xml
svn-diffs-345460.txt
(text/x-diff, 10.6 KB)
Modified: phpdoc/de/trunk/language/operators.xml
===================================================================
--- phpdoc/de/trunk/language/operators.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/language/operators.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344802 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345447 Maintainer: nobody Status: ready -->
<!-- CREDITS: tzwenny, betz -->
<chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
@@ -1436,7 +1436,7 @@
$b = (object) ["a" => "b"];
echo $a <=> $b; // 1
-// nur die Werte werden verglichen
+// nicht nur die Werte werden verglichen; die Schlüssel müssen übereinstimmen
$a = (object) ["a" => "b"];
$b = (object) ["b" => "b"];
echo $a <=> $b; // 1
Modified: phpdoc/de/trunk/reference/fileinfo/functions/mime-content-type.xml
===================================================================
--- phpdoc/de/trunk/reference/fileinfo/functions/mime-content-type.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/fileinfo/functions/mime-content-type.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338486 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345422 Maintainer: tihox Status: ready -->
<refentry xml:id="function.mime-content-type" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -41,9 +41,15 @@
<para>
Gibt den Inhaltstxp im MIME-Format zurück, wie z.B.
<literal>text/plain</literal> oder <literal>application/octet-stream</literal>.
+ &return.falseforfailure;
</para>
</refsect1>
+ <refsect1 role="errors">
+ &reftitle.errors;
+ &fs.emits.warning.on.failure;
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/filesystem/functions/file-put-contents.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/file-put-contents.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/filesystem/functions/file-put-contents.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336832 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 345420 Maintainer: tihox Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
- <refpurpose>Schreibt einen String in eine Datei</refpurpose>
+ <refpurpose>Schreibt Daten in eine Datei</refpurpose>
</refnamediv>
<refsect1 role="description">
Modified: phpdoc/de/trunk/reference/filter/filters.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/filters.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/filter/filters.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344652 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345341 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="filter.filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -742,6 +742,13 @@
</thead>
<tbody>
<row>
+ <entry>7.3.0</entry>
+ <entry>
+ Die explizite Verwendung von <constant>FILTER_FLAG_SCHEME_REQUIRED</constant>
+ und <constant>FILTER_FLAG_HOST_REQUIRED</constant> wurde missbilligt.
+ </entry>
+ </row>
+ <row>
<entry>7.1.0</entry>
<entry>
<constant>FILTER_FLAG_EMAIL_UNICODE</constant> wurde hinzugefügt.
Modified: phpdoc/de/trunk/reference/info/functions/phpinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/phpinfo.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/info/functions/phpinfo.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331212 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345344 Maintainer: wiesemann Status: ready -->
<refentry xml:id="function.phpinfo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>phpinfo</refname>
@@ -49,7 +49,7 @@
oder mehrerer der folgenden <emphasis>Konstanten</emphasis> im
optionalen <parameter>what</parameter>-Parameter angepasst werden.
Die Konstanten oder Bitwerte können auch mit dem <link
- linkend="language.operators.bitwise">or</link>-Operator
+ linkend="language.operators.bitwise">binären Oder-Operator</link>
kombiniert werden.
</para>
<para>
Modified: phpdoc/de/trunk/reference/password/book.xml
===================================================================
--- phpdoc/de/trunk/reference/password/book.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/password/book.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345440 Maintainer: nobody Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.password" xmlns="http://docbook.org/ns/docbook">
@@ -10,8 +10,9 @@
<preface xml:id="intro.password">
&reftitle.intro;
<para>
- Die password hashing API stellt einen einfach zu benutzenden Wrapper über der funktion
- <function>crypt</function> zur einfachen Erstellung und Verwaltung von Passwörtern zur Verfügung.
+ Die password hashing API stellt einen einfach zu benutzenden Wrapper über der Funktion
+ <function>crypt</function>, und einigen anderen Password-Hash-Algorithmen,
+ zur einfachen Erstellung und Verwaltung von Passwörtern zur Verfügung.
</para>
<para>
Diese Erweiterung ist verfügbar seit PHP 5.5.0 aber es gibt ebenso eine <link
Modified: phpdoc/de/trunk/reference/session/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/session/ini.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/session/ini.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344792 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 345391 Maintainer: samesch Status: ready -->
<section xml:id="session.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -330,7 +330,7 @@
Verzeichnisebenen wie oben beschrieben verwendet, ist zu beachten, dass
ein Wert größer als 1 oder 2 wegen der großen Anzahl an benötigten
Verzeichnissen für die meisten Websites unangemessen ist: z.B. bedeutet
- ein Wert von 3, dass <literal>64^3</literal> Verzeichnisse im
+ ein Wert von 3, dass <literal>(2 ** session.sid_bits_per_character) ** 3</literal> Verzeichnisse im
Dateisystem existieren, was eine große Verschwendung an Speicher und
Inodes zur Folge haben kann.
</para>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/prepare.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/prepare.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/prepare.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290987 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 345399 Maintainer: lapistano Status: ready -->
<refentry xml:id="sqlite3.prepare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -69,6 +69,15 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <simplelist>
+ <member><methodname>SQLite3Stmt::paramCount</methodname></member>
+ <member><methodname>SQLite3Stmt::bindValue</methodname></member>
+ <member><methodname>SQLite3Stmt::bindParam</methodname></member>
+ </simplelist>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/strings/functions/html-entity-decode.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/html-entity-decode.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/strings/functions/html-entity-decode.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334627 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345421 Maintainer: sammywg Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.html-entity-decode">
<refnamediv>
<refname>html_entity_decode</refname>
- <refpurpose>Konvertiert alle benannten HTML-Zeichen in ihre entsprechenden
- Ursprungszeichen</refpurpose>
+ <refpurpose>Konvertiert HTML-Entities in ihre entsprechenden Zeichen</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -18,9 +17,9 @@
</methodsynopsis>
<para>
<function>html_entity_decode</function> ist das Gegenstück zu
- <function>htmlentities</function>, welches alle HTML-Entities
+ <function>htmlentities</function>, welches HTML-Entities
innerhalb von <parameter>string</parameter> in ihre entsprechenden
- Ursprungszeichen zurückwandelt.
+ Zeichen zurückwandelt.
</para>
<para>
Genau gesagt dekodiert diese Funktion alle Entities (einschließlich aller
Modified: phpdoc/de/trunk/reference/zlib/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/zlib/setup.xml 2018-08-13 10:23:25 UTC (rev 345459)
+++ phpdoc/de/trunk/reference/zlib/setup.xml 2018-08-13 10:58:52 UTC (rev 345460)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345437 Maintainer: sammywg Status: ready -->
<chapter xml:id="zlib.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -12,7 +12,7 @@
Diese Erweiterung nutzt die Funktionen der <link
xlink:href="&url.zlib;">zlib</link>-Bibliothek von Jean-loup Gailly und
Mark Adler. Sie benötigen zlib >= 1.0.9, um die Funktionen nutzen zu
- können.
+ können. Von PHP 5.4.0 an muss zlib >= 1.2.0.4 verwendet werden.
</para>
</section>
<!-- }}} -->