svn: /phpdoc/de/trunk/reference/ bc/book.xml calendar/functions/easter-date.xml dio/book.xml dir/functions/opendir.xml errorfunc/constants.xml errorfunc/functions/error-reporting.xml exec/functions/proc-open.xml fileinfo/functions/finfo-file.xml fileinfo/functions/finfo-open.xml filesystem/functions/glob.xml ibase/functions/ibase-restore.xml image/book.xml image/setup.xml imap/functions/imap-open.xml info/functions/version-compare.xml info/ini.xml mail/functions/mail.xml math/functions/cosh.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 22 Sep 2019 11:39:01 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348044
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/bc/book.xml
U phpdoc/de/trunk/reference/calendar/functions/easter-date.xml
U phpdoc/de/trunk/reference/dio/book.xml
U phpdoc/de/trunk/reference/dir/functions/opendir.xml
U phpdoc/de/trunk/reference/errorfunc/constants.xml
U phpdoc/de/trunk/reference/errorfunc/functions/error-reporting.xml
U phpdoc/de/trunk/reference/exec/functions/proc-open.xml
U phpdoc/de/trunk/reference/fileinfo/functions/finfo-file.xml
U phpdoc/de/trunk/reference/fileinfo/functions/finfo-open.xml
U phpdoc/de/trunk/reference/filesystem/functions/glob.xml
U phpdoc/de/trunk/reference/ibase/functions/ibase-restore.xml
U phpdoc/de/trunk/reference/image/book.xml
U phpdoc/de/trunk/reference/image/setup.xml
U phpdoc/de/trunk/reference/imap/functions/imap-open.xml
U phpdoc/de/trunk/reference/info/functions/version-compare.xml
U phpdoc/de/trunk/reference/info/ini.xml
U phpdoc/de/trunk/reference/mail/functions/mail.xml
U phpdoc/de/trunk/reference/math/functions/cosh.xml
U phpdoc/de/trunk/reference/misc/functions/highlight-file.xml
U phpdoc/de/trunk/reference/mssql/book.xml
U phpdoc/de/trunk/reference/mssql/ini.xml
U phpdoc/de/trunk/reference/mysql/functions/mysql-connect.xml
U phpdoc/de/trunk/reference/mysql/functions/mysql-pconnect.xml
U phpdoc/de/trunk/reference/mysqli/ini.xml
svn-diffs-348044.txt
(text/x-diff, 34.8 KB)
Modified: phpdoc/de/trunk/reference/bc/book.xml
===================================================================
--- phpdoc/de/trunk/reference/bc/book.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/bc/book.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347308 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347753 Maintainer: sammywg Status: ready -->
<book xml:id="book.bc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
Modified: phpdoc/de/trunk/reference/calendar/functions/easter-date.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/easter-date.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/calendar/functions/easter-date.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -15,6 +15,7 @@
<methodsynopsis>
<type>int</type><methodname>easter_date</methodname>
<methodparam choice="opt"><type>int</type><parameter>year</parameter><initializer>date("Y")</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>method</parameter><initializer>CAL_EASTER_DEFAULT</initializer></methodparam>
</methodsynopsis>
<para>
Diese Funktion liefert den Unix-Timestamp (in Sekunden seit 1970)
@@ -57,6 +58,16 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>method</parameter></term>
+ <listitem>
+ <para>
+ Ermöglicht die Berechnung des Osterdatums basierend auf dem Julianischen
+ Kalender, wenn auf <constant>CAL_EASTER_ALWAYS_JULIAN</constant> gesetzt.
+ Siehe auch <link linkend="calendar.constants">calendar constants</link>.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/dio/book.xml
===================================================================
--- phpdoc/de/trunk/reference/dio/book.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/dio/book.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: hholzgra Status: ready -->
<!-- CREDITS: georg -->
<!-- Purpose: fileprocess.file -->
@@ -25,9 +25,6 @@
&pecl.moved-ver;5.1.0.
</para>
</note>
- <para>
- Unter Windows ist diese Extension erst ab PHP 5.0.0 verfügbar.
- </para>
</preface>
<!-- }}} -->
Modified: phpdoc/de/trunk/reference/dir/functions/opendir.xml
===================================================================
--- phpdoc/de/trunk/reference/dir/functions/opendir.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/dir/functions/opendir.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321886 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347576 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.opendir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>opendir</refname>
@@ -50,51 +50,18 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt bei Erfolg ein Verzeichnis-handle <type>resource</type> zurück, im
- Fehlerfalle &false;.
+ Gibt bei Erfolg ein Verzeichnis-handle <type>resource</type> zurück.
+ &return.falseforfailure;
</para>
- <para>
- Wenn <parameter>path</parameter> kein valides Verzeichnis ist oder das
- Verzeichnis auf Grund von Zugriffsbeschränkungen oder Filesystem-Problemen
- nicht geöffnet werden kann, gibt <function>opendir</function> &false; zurück
- und generiert einen PHP-Fehler des Typs <link
- linkend="errorfunc.constants">E_WARNING</link>. Sie können die Ausgabe der
- Fehlermeldung von <function>opendir</function> unterdrücken, indem Sie ein
- '<link linkend="language.operators.errorcontrol">@</link>' vor dem
- Funktionsnamen notieren.
- </para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
+ <refsect1 role="errors">
+ &reftitle.errors;
+ &fs.emits.warning.on.failure;
<para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>5.0.0</entry>
- <entry>
- <parameter>path</parameter> unterstützt den <literal>ftp://</literal>
- URL-Wrapper.
- </entry>
- </row>
- <row>
- <entry>4.3.0</entry>
- <entry>
- <parameter>path</parameter> kann auch eine URL sein, die Directory-Listing
- unterstützt, allerdings wird nur der <literal>file://</literal>
- URL-Wrapper von PHP 4 unterstützt.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
+ Dies kann passieren, wenn <parameter>path</parameter> kein valides Verzeichnis ist oder das
+ Verzeichnis auf Grund von Zugriffsbeschränkungen oder Filesystem-Problemen
+ nicht geöffnet werden kann.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/errorfunc/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/constants.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/errorfunc/constants.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329325 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: hholzgra Status: ready -->
<appendix xml:id="errorfunc.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
@@ -192,7 +192,7 @@
bestmögliche Interoperabilität und zukünftige Kompatibilität
Ihres Codes gewährleisten.
</entry>
- <entry>Seit PHP 5, aber vor PHP 5.4.0 nicht in <constant>E_ALL</constant> enthalten</entry>
+ <entry>Vor PHP 5.4.0 nicht in <constant>E_ALL</constant> enthalten</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-recoverable-error">
@@ -210,7 +210,7 @@
so wird die Anwendung wie bei einem <constant>E_ERROR</constant>
Fehler abgebrochen.
</entry>
- <entry>Seit PHP 5.2.0</entry>
+ <entry>Von PHP 5.2.0 an</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-deprecated-error">
@@ -224,7 +224,7 @@
Warnungen über Codebestandteile zu erhalten, die in zukünftigen
PHP-Versionen nicht mehr funktionieren werden.
</entry>
- <entry>Seit PHP 5.3.0</entry>
+ <entry>Von PHP 5.3.0 an</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-user-deprecated">
@@ -239,7 +239,7 @@
durch die Verwendung der Funktion <function>trigger_error</function>
generiert wurde.
</entry>
- <entry>Seit PHP 5.3.0</entry>
+ <entry>Von PHP 5.3.0 an</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-all">
Modified: phpdoc/de/trunk/reference/errorfunc/functions/error-reporting.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/error-reporting.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/errorfunc/functions/error-reporting.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 333387 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.error-reporting" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>error_reporting</refname>
@@ -84,10 +84,6 @@
<entry>5.2.0</entry>
<entry><constant>E_RECOVERABLE_ERROR</constant> wurde hinzugefügt.</entry>
</row>
- <row>
- <entry>5.0.0</entry>
- <entry><constant>E_STRICT</constant> wurde hinzugefügt (ist aber nicht Teil von <constant>E_ALL</constant>).</entry>
- </row>
</tbody>
</tgroup>
</informaltable>
Modified: phpdoc/de/trunk/reference/exec/functions/proc-open.xml
===================================================================
--- phpdoc/de/trunk/reference/exec/functions/proc-open.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/exec/functions/proc-open.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334621 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 346994 Maintainer: sammywg Status: ready -->
<refentry xml:id='function.proc-open' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>proc_open</refname>
@@ -16,9 +16,9 @@
<methodparam><type>string</type><parameter>cmd</parameter></methodparam>
<methodparam><type>array</type><parameter>descriptorspec</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">pipes</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>cwd</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>env</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>other_options</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>cwd</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>env</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>other_options</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
<function>proc_open</function> ist äquivalent zu <function>popen</function>,
Modified: phpdoc/de/trunk/reference/fileinfo/functions/finfo-file.xml
===================================================================
--- phpdoc/de/trunk/reference/fileinfo/functions/finfo-file.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/fileinfo/functions/finfo-file.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 335778 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347865 Maintainer: cmb Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.finfo-file" xmlns="http://docbook.org/ns/docbook">
@@ -16,16 +16,16 @@
<methodsynopsis role="procedural">
<type>string</type><methodname>finfo_file</methodname>
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
- <methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam><type>string</type><parameter>file_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
- <methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<modifier>public</modifier> <type>string</type><methodname>finfo::file</methodname>
- <methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam><type>string</type><parameter>file_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
- <methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<para>
Diese Funktion wird benutzt, um Informationen über eine Datei zu erhalten.
Modified: phpdoc/de/trunk/reference/fileinfo/functions/finfo-open.xml
===================================================================
--- phpdoc/de/trunk/reference/fileinfo/functions/finfo-open.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/fileinfo/functions/finfo-open.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 347865 Maintainer: tihox Status: ready -->
<refentry xml:id="function.finfo-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -15,13 +15,13 @@
<methodsynopsis role="procedural">
<type>resource</type><methodname>finfo_open</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>magic_file</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>magic_file</parameter></methodparam>
</methodsynopsis>
<para>&style.oop; (constructor):</para>
<constructorsynopsis>
<modifier>public</modifier> <methodname>finfo::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>magic_file</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>magic_file</parameter></methodparam>
</constructorsynopsis>
<para>
Diese Funktion öffnet eine magische Datenbank und gibt ihre Ressource zurück.
Modified: phpdoc/de/trunk/reference/filesystem/functions/glob.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/glob.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/filesystem/functions/glob.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334621 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347740 Maintainer: hholzgra Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.glob">
<refnamediv>
<refname>glob</refname>
@@ -34,6 +34,39 @@
<para>
Das Suchmuster. Parameter- und Tilde-Ersetzung findet nicht statt.
</para>
+ <para>
+ Sonderzeichen:
+ <itemizedlist>
+ <listitem>
+ <simpara>
+ <literal>*</literal> - kein oder mehrere Zeichen.
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <literal>?</literal> - genau ein Zeichen (irgendein Zeichen).
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <literal>[...]</literal> - ein Zeichen einer Gruppe von Zeichen.
+ Ist erste Zeichen ein <literal>!</literal>, dann jedes Zeichen, das
+ nicht in der Gruppe enthalten ist.
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <literal>...</literal> - alle Unterverzeichnisse, rekursiv.
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ <literal>\</literal> - maskiert das folgende Zeichen, es sei denn,
+ das <constant>GLOB_NOESCAPE</constant> Flag wurde verwendet.
+ </simpara>
+ </listitem>
+ </itemizedlist>
+ </para>
</listitem>
</varlistentry>
<varlistentry>
Modified: phpdoc/de/trunk/reference/ibase/functions/ibase-restore.xml
===================================================================
--- phpdoc/de/trunk/reference/ibase/functions/ibase-restore.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/ibase/functions/ibase-restore.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347551 Maintainer: [email protected] Status: ready -->
+<!-- EN-Revision: 347856 Maintainer: [email protected] Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ibase-restore">
@@ -133,7 +133,7 @@
// Starte den Wiederherstellungsprozess
// Employee-Datenbank mittels Alias wiederherstellen
// Wiederherstellung ohne Indizes. Existierende DB ersetzen.
-ibase_backup($service, '/srv/backup/employees.fbk', 'employees.fdb', IBASE_RES_DEACTIVATE_IDX | IBASE_RES_REPLACE);
+ibase_restore($service, '/srv/backup/employees.fbk', 'employees.fdb', IBASE_RES_DEACTIVATE_IDX | IBASE_RES_REPLACE);
// Verbindung wieder freigeben.
ibase_service_detach ($service);
Modified: phpdoc/de/trunk/reference/image/book.xml
===================================================================
--- phpdoc/de/trunk/reference/image/book.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/image/book.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343821 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 347892 Maintainer: jaenecke Status: ready -->
<book xml:id="book.image" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
@@ -118,7 +118,7 @@
<entry>WebP</entry>
<entry>&true;</entry>
<entry>&true;</entry>
- <entry>PHP 5.5+</entry>
+ <entry>PHP 5.4+</entry>
</row>
<row>
<entry>BMP</entry>
Modified: phpdoc/de/trunk/reference/image/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/image/setup.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/image/setup.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346407 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 347589 Maintainer: jaenecke Status: ready -->
<chapter xml:id="image.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -20,7 +20,7 @@
Formaten umgehen zu können. <acronym>GIF</acronym> wird ab gd-2.0.28 unterstützt.
<note>
<simpara>
- Ab PHP 5.0 wird libgd-2.0.4 oder höher benötigt.
+ libgd-2.0.4 oder höher wird benötigt.
Ab PHP 5.5 wird libgd-2.1.0 oder höher benötigt. Alternativ kann die gebündelte
<acronym>GD</acronym>-Bibliothek, die mit PHP ab 4.3 ausgeliefert wird, verwendet werden.
</simpara>
Modified: phpdoc/de/trunk/reference/imap/functions/imap-open.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-open.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/imap/functions/imap-open.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346027 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347436 Maintainer: nobody Status: ready -->
<refentry xml:id="function.imap-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -17,7 +17,7 @@
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>n_retries</parameter><initializer>0</initializer></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>params</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>params</parameter><initializer>array()</initializer></methodparam>
</methodsynopsis>
<para>
Öffnet einen <acronym>IMAP</acronym>-Stream zum Postfach <parameter>mailbox</parameter>.
Modified: phpdoc/de/trunk/reference/info/functions/version-compare.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/version-compare.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/info/functions/version-compare.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344073 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 347125 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.version-compare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>version_compare</refname>
@@ -102,6 +102,8 @@
wurde, gibt die Funktion &true; oder &false; zurück, je nach dem, ob
das mit dem Operator definierte Verhältnis der Wahrheit entspricht
oder nicht.
+ Wird ein nicht unterstützter <parameter>operator</parameter> angegeben,
+ wird &null; zurückgegeben.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/info/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/info/ini.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/info/ini.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341990 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347589 Maintainer: hholzgra Status: ready -->
<section xml:id="info.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@@ -51,7 +51,7 @@
<entry><link linkend="ini.assert.exception">assert.exception</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 7.0.0.</entry>
+ <entry>Verfügbar von PHP 7.0.0 an.</entry>
</row>
<row>
<entry><link linkend="ini.enable-dl">enable_dl</link></entry>
@@ -69,25 +69,25 @@
<entry><link linkend="ini.max-input-time">max_input_time</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.max-input-nesting-level">max_input_nesting_level</link></entry>
<entry>"64"</entry>
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
- <entry>Verfügbar ab PHP 5.2.3.</entry>
+ <entry>Verfügbar von PHP 5.2.3 an.</entry>
</row>
<row>
<entry><link linkend="ini.max-input-vars">max_input_vars</link></entry>
<entry>1000</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry>Verfügbar seit PHP 5.3.9.</entry>
+ <entry>Verfügbar von PHP 5.3.9 an.</entry>
</row>
<row>
<entry><link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry>PHP_INI_ALL ab PHP <= 4.2.3. Entfernt in PHP 5.4.0.</entry>
+ <entry>Entfernt in PHP 5.4.0.</entry>
</row>
<row>
<entry><link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link></entry>
@@ -99,7 +99,7 @@
<entry><link linkend="ini.zend.enable-gc">zend.enable_gc</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar ab PHP 5.3.0.</entry>
+ <entry>Verfügbar von PHP 5.3.0 an.</entry>
</row>
</tbody>
</tgroup>
Modified: phpdoc/de/trunk/reference/mail/functions/mail.xml
===================================================================
--- phpdoc/de/trunk/reference/mail/functions/mail.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mail/functions/mail.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345088 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347780 Maintainer: nobody Status: ready -->
<refentry xml:id="function.mail" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -228,15 +228,6 @@
erlaubt sind.
</entry>
</row>
- <row>
- <entry>4.2.3</entry>
- <entry>
- Der <parameter>additional_parameters</parameter>-Parameter ist
- im <link linkend="ini.safe-mode">safe_mode</link> deaktiviert;
- <function>mail</function> gibt eine Warnung aus und gibt
- &false; zurück, wenn der Parameter trotzdem verwendet wird.
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>
@@ -457,6 +448,7 @@
&reftitle.seealso;
<para>
<simplelist>
+ <member><function>mb_send_mail</function></member>
<member><function>imap_mail</function></member>
<member><link xlink:href="&url.pear.package;Mail">PEAR::Mail</link></member>
<member><link xlink:href="&url.pear.package;Mail_Mime">PEAR::Mail_Mime</link></member>
Modified: phpdoc/de/trunk/reference/math/functions/cosh.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/cosh.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/math/functions/cosh.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347554 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.cosh" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cosh</refname>
@@ -46,7 +46,7 @@
<member><function>cos</function></member>
<member><function>acosh</function></member>
<member><function>sinh</function></member>
- <member><function>cosh</function></member>
+ <member><function>tanh</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/misc/functions/highlight-file.xml
===================================================================
--- phpdoc/de/trunk/reference/misc/functions/highlight-file.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/misc/functions/highlight-file.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.highlight-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>highlight_file</refname>
@@ -68,32 +68,6 @@
</para>
</refsect1>
- <refsect1 role="changelog">
- &reftitle.changelog;
- <para>
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>&Version;</entry>
- <entry>&Description;</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>4.2.1</entry>
- <entry>
- Diese Funktion wird nun ebenfalls von <link
- linkend="ini.safe-mode">safe_mode</link> und <link
- linkend="ini.open-basedir">open_basedir</link> beeinflusst.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </para>
- </refsect1>
-
<refsect1 role="notes">
&reftitle.notes;
<caution>
Modified: phpdoc/de/trunk/reference/mssql/book.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/book.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mssql/book.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 338426 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 347730 Maintainer: samesch Status: ready -->
<book xml:id="book.mssql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
@@ -14,9 +14,9 @@
<warning>
&warn.removed.feature.7-0-0.alternatives;
<simplelist role="alternatives">
- <member><link linkend="ref.pdo-sqlsrv">PDO_SQLSRV</link> (nur Windows)</member>
+ <member><link linkend="ref.pdo-sqlsrv">PDO_SQLSRV</link></member>
<member><link linkend="ref.pdo-odbc">PDO_ODBC</link></member>
- <member><link linkend="book.sqlsrv">SQLSRV</link> (nur Windows)</member>
+ <member><link linkend="book.sqlsrv">SQLSRV</link></member>
<member><link linkend="book.uodbc">Unified ODBC API</link></member>
</simplelist>
</warning>
Modified: phpdoc/de/trunk/reference/mssql/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/ini.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mssql/ini.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323642 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 347753 Maintainer: samesch Status: ready -->
<section xml:id="mssql.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@@ -48,7 +48,7 @@
<entry></entry>
</row>
<row>
- <entry>mssql.compatability_mode</entry>
+ <entry>mssql.compatibility_mode</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
Modified: phpdoc/de/trunk/reference/mysql/functions/mysql-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/mysql/functions/mysql-connect.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mysql/functions/mysql-connect.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347576 Maintainer: simp Status: ready -->
<!-- Credits: hholzgra -->
<refentry xml:id="function.mysql-connect" xmlns="http://docbook.org/ns/docbook">
@@ -247,13 +247,6 @@
</note>
<note>
<para>
- Sie können die Fehlermeldungen bei Fehlern durch Voranstellen von
- einem <link linkend="language.operators.errorcontrol">@</link> an den
- Funktions Namen unterdrücken.
- </para>
- </note>
- <note>
- <para>
Error "Can't create TCP/IP socket (10106)" deutet meist darauf hin, dass die <link
linkend="ini.variables-order">variables_order</link> Konfigurations
Anweisung nicht das <literal>E</literal> Zeichen enthält. Wird unter
Modified: phpdoc/de/trunk/reference/mysql/functions/mysql-pconnect.xml
===================================================================
--- phpdoc/de/trunk/reference/mysql/functions/mysql-pconnect.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mysql/functions/mysql-pconnect.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347576 Maintainer: simp Status: ready -->
<!-- Credits. hholzgra -->
<refentry xml:id="function.mysql-pconnect" xmlns="http://docbook.org/ns/docbook">
@@ -173,13 +173,6 @@
maximal erlaubt, nicht überschreiten.
</para>
</warning>
- <note>
- <para>
- Sie können die Fehlermeldungen bei Fehlern durch Voranstellen von
- einem <link linkend="language.operators.errorcontrol">@</link> an den
- Funktionsnamen unterdrücken.
- </para>
- </note>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/de/trunk/reference/mysqli/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/ini.xml 2019-09-22 11:19:26 UTC (rev 348043)
+++ phpdoc/de/trunk/reference/mysqli/ini.xml 2019-09-22 11:39:01 UTC (rev 348044)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344879 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: sammywg Status: ready -->
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -20,69 +20,69 @@
<tbody xml:id="mysqli.configuration.list">
<row>
<entry><link linkend="ini.mysqli.allow-local-infile">mysqli.allow_local_infile</link></entry>
- <entry>"1"</entry>
+ <entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 5.2.4</entry>
+ <entry>Verfügbar von PHP 5.2.4 an. Vor PHP 7.2.16 und 7.3.3 war der Standardwert "1".</entry>
</row>
<row>
<entry><link linkend="ini.mysqli.allow-persistent">mysqli.allow_persistent</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 5.3.0.</entry>
+ <entry>Verfügbar von PHP 5.3.0 an.</entry>
</row>
<row>
<entry><link linkend="ini.mysqli.max-persistent">mysqli.max_persistent</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 5.3.0.</entry>
+ <entry>Verfügbar von PHP 5.3.0 an.</entry>
</row>
<row>
<entry><link linkend="ini.mysqli.max-links">mysqli.max_links</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.default-port">mysqli.default_port</link></entry>
<entry>3306</entry>
<entry>PHP_INI_ALL</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.default-socket">mysqli.default_socket</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.default-host">mysqli.default_host</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.default-user">mysqli.default_user</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.default-pw">mysqli.default_pw</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>verfügbar seit PHP 5.0.0</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.reconnect">mysqli.reconnect</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 4.3.5</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link></entry>
<entry>TRUE</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>verfügbar seit PHP 5.6.0.</entry>
+ <entry>Verfügbar von PHP 5.6.0 an.</entry>
</row>
</tbody>
</tgroup>