svn: /phpdoc/de/trunk/reference/ soap/functions/use-soap-error-handler.xml soap/soapclient/construct.xml soap/soapclient/getfunctions.xml soap/soapclient/soapclient.xml soap/soapvar/construct.xml sockets/functions/socket-last-error.xml sockets/functions/socket-set-option.xml sockets/functions/socket-shutdown.xml sockets/functions/socket-write.xml spl_types/splenum.xml sqlite3/constants.xml sqlite3/sqlite3/construct.xml sqlite3/sqlite3/createfunction.xml sqlite3/sqlite3/open.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Thu, 19 Apr 2018 15:41:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344748
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/soap/functions/use-soap-error-handler.xml
U phpdoc/de/trunk/reference/soap/soapclient/construct.xml
U phpdoc/de/trunk/reference/soap/soapclient/getfunctions.xml
U phpdoc/de/trunk/reference/soap/soapclient/soapclient.xml
U phpdoc/de/trunk/reference/soap/soapvar/construct.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-last-error.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-set-option.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-shutdown.xml
U phpdoc/de/trunk/reference/sockets/functions/socket-write.xml
U phpdoc/de/trunk/reference/spl_types/splenum.xml
U phpdoc/de/trunk/reference/sqlite3/constants.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml
U phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml
svn-diffs-344748.txt
(text/x-diff, 18.8 KB)
Modified: phpdoc/de/trunk/reference/soap/functions/use-soap-error-handler.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/functions/use-soap-error-handler.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/soap/functions/use-soap-error-handler.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 328344 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.use-soap-error-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>use_soap_error_handler</methodname>
- <methodparam choice="opt"><type>bool</type><parameter>handler</parameter><initializer>true</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>handler</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
Diese Funktion bestimmt, ob der SOAP-Errorhandler im SOAP-Server verwendet
@@ -20,7 +20,7 @@
Einstellung auf &true; gesetzt, werden die Fehlerdetails einer
<classname>SoapServer</classname>-Anwendung als SOAP Fehlermeldung an den Client gesendet. Ist
der Wert auf &false; gesetzt, wird die normale PHP-Fehlerbehandlung verwendet.
- Standardmäßig wird die normale PHP-Fehlerbehandlung verwendet.
+ Standardmäßig werden Fehler als SOAP-Fehlermeldung an den Client gesendet.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/soap/soapclient/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/soapclient/construct.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/soap/soapclient/construct.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321901 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343898 Maintainer: sammywg Status: ready -->
<refentry xml:id="soapclient.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <methodname>SoapClient::SoapClient</methodname>
+ <modifier>public</modifier> <methodname>SoapClient::__construct</methodname>
<methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/de/trunk/reference/soap/soapclient/getfunctions.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/soapclient/getfunctions.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/soap/soapclient/getfunctions.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 300897 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 341254 Maintainer: sammywg Status: ready -->
<refentry xml:id="soapclient.getfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Modified: phpdoc/de/trunk/reference/soap/soapclient/soapclient.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/soapclient/soapclient.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/soap/soapclient/soapclient.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331352 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 339918 Maintainer: sammywg Status: ready -->
<refentry xml:id="soapclient.soapclient" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -246,7 +246,7 @@
$client = new SoapClient("ein.wsdl",
array('compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP));
-$server = new SoapClient("ein.wsdl", array('encoding'=>'ISO-8859-1'));
+$client = new SoapClient("ein.wsdl", array('encoding'=>'ISO-8859-1'));
class MyBook {
public $title;
@@ -253,7 +253,7 @@
public $author;
}
-$server = new SoapClient("books.wsdl", array('classmap' => array('book' => "MyBook")));
+$client = new SoapClient("books.wsdl", array('classmap' => array('book' => "MyBook")));
?>
]]>
Modified: phpdoc/de/trunk/reference/soap/soapvar/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/soap/soapvar/construct.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/soap/soapvar/construct.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 339115 Maintainer: sammywg Status: ready -->
<refentry xml:id="soapvar.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<methodname>SoapVar::__construct</methodname>
- <methodparam><type>string</type><parameter>data</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>type_name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>type_namespace</parameter></methodparam>
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-last-error.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-last-error.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-last-error.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 339244 Maintainer: conni Status: ready -->
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-last-error">
<refnamediv>
<refname>socket_last_error</refname>
@@ -25,6 +26,11 @@
<function>socket_strerror</function> übergeben werden, die eine textuelle
Beschreibung dieses Fehlercodes zurückgibt.
</para>
+ <para>
+ Trat kein Fehler auf, oder der Fehler wurde per
+ <function>socket_clear_error</function> gelöscht, dann gibt die Funktion
+ <literal>0</literal> zurück.
+ </para>
</refsect1>
<refsect1 role="parameters">
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-set-option.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-set-option.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-set-option.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 338330 Maintainer: conni Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-set-option">
<refnamediv>
@@ -115,6 +115,19 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>socket_create</function></member>
+ <member><function>socket_bind</function></member>
+ <member><function>socket_strerror</function></member>
+ <member><function>socket_last_error</function></member>
+ <member><function>socket_get_option</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-shutdown.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-shutdown.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-shutdown.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 338908 Maintainer: conni Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-shutdown">
<refnamediv>
@@ -20,6 +20,11 @@
hereinkommender, ausgehender oder aller Daten (die Standardeinstellung) über
diesen <parameter>socket</parameter> abbrechen.
</para>
+ <note>
+ <para>
+ Zugehörige Puffer werden geleert, oder auch nicht.
+ </para>
+ </note>
</refsect1>
<refsect1 role="parameters">
Modified: phpdoc/de/trunk/reference/sockets/functions/socket-write.xml
===================================================================
--- phpdoc/de/trunk/reference/sockets/functions/socket-write.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sockets/functions/socket-write.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329843 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343120 Maintainer: conni Status: ready -->
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-write">
<refnamediv>
<refname>socket_write</refname>
Modified: phpdoc/de/trunk/reference/spl_types/splenum.xml
===================================================================
--- phpdoc/de/trunk/reference/spl_types/splenum.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/spl_types/splenum.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: $ -->
-<!-- EN-Revision: 321707 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: nobody Status: ready -->
<phpdoc:classref xml:id="class.splenum" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -43,7 +43,7 @@
<modifier>const</modifier>
<type>NULL</type>
<varname linkend="splenum.constants.default">SplEnum::__default</varname>
- <initializer>null</initializer>
+ <initializer>&null;</initializer>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Modified: phpdoc/de/trunk/reference/sqlite3/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/constants.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sqlite3/constants.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323624 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 342155 Maintainer: lapistano Status: ready -->
+
<appendix xml:id="sqlite3.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants;
@@ -136,6 +137,20 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.sqlite3-deterministic">
+ <term>
+ <constant>SQLITE3_DETERMINISTIC</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Gibt an, dass eine Funktion, die mit <function>SQLite3::createFunction</function>
+ erzeugt wurde, deterministisch ist, d.h. dass sie in einer einzelnen
+ SQL-Anweisung immer dasselbe Ergebnis für dieselben Eingaben liefert.
+ (Verfügbar von PHP 7.1.4 an.)
+ </simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</appendix>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/construct.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 328340 Maintainer: lapistano Status: working -->
+<!-- EN-Revision: 343899 Maintainer: lapistano Status: working -->
<refentry xml:id="sqlite3.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -15,8 +15,8 @@
<methodsynopsis>
<modifier>public</modifier> <methodname>SQLite3::__construct</methodname>
<methodparam><type>string</type><parameter>Dateiname</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>Schalter</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>Verschlüsselungs-Phrase</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>Schalter</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>Verschlüsselungs-Phrase</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Instantiiert ein SQLite3-Objekt und öffnet eine Verbindung zu einer SQLite3-Datenbank.
@@ -33,6 +33,9 @@
<listitem>
<para>
Pfad zur SQLite-Datenbank oder <literal>:memory:</literal>, um eine im Speicher befindliche Datenbank zu nutzen.
+ Ist <parameter>filename</parameter> eine leere Zeichenkette, dann wird eine
+ private, temporäre Datenbank auf der Festplatte erzeugt. Diese private Datenbank
+ wird automatisch gelöscht, sobald die Datenbankverbindung geschlossen wird.
</para>
</listitem>
</varlistentry>
@@ -69,6 +72,8 @@
<para>
Eine optionale Verschlüsselungs-Phrase, die zur Ver- und Entschlüsselung der
Datenbank genutzt wird.
+ Ist das SQLite-Verschlüsselungsmodul nicht installiert, dann hat dieser
+ Parameter keine Wirkung.
</para>
</listitem>
</varlistentry>
@@ -91,6 +96,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.0.10</entry>
+ <entry>
+ Der <parameter>filename</parameter> Parameter kann nun leer sein, um eine
+ private, temporäre Datenbank auf der Festplatte zu verwenden.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/createfunction.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 342156 Maintainer: lapistano Status: ready -->
<refentry xml:id="sqlite3.createfunction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -15,6 +15,7 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>mixed</type><parameter>callback</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>argument_count</parameter><initializer>-1</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Registriert eine PHP- oder benutzerdefinierte Funktion, die als SQL-Skalar-Funktion innerhalb
@@ -47,11 +48,22 @@
<term><parameter>argument_count</parameter></term>
<listitem>
<para>
- Die Anzahl an Argumenten, die die SQL-Funktion entgegen nimmt. Ist der Parameter negativ, ist
+ Die Anzahl an Argumenten, die die SQL-Funktion entgegen nimmt. Ist der Parameter gleich <literal>-1</literal>, ist
die SQL-Funktion nicht auf eine Parameteranzahl eingeschränkt.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>flags</parameter></term>
+ <listitem>
+ <para>
+ Ein bitweise Oder-Verknüpfung von Flags. Zurzeit wird nur
+ <constant>SQLITE3_DETERMINISTIC</constant> unterstützt, das angibt, dass
+ die Funktion in einer einzelnen SQL-Anweisung immer dasselbe Ergebnis für
+ dieselben Eingaben liefert.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
@@ -65,6 +77,28 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>PHP 7.1.4</entry>
+ <entry>
+ Der <parameter>flags</parameter> Parameter wurde hinzugefügt.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml 2018-04-19 13:23:46 UTC (rev 344747)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/open.xml 2018-04-19 15:41:46 UTC (rev 344748)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339180 Maintainer: lapistano Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: lapistano Status: ready -->
<refentry xml:id="sqlite3.open" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -14,7 +14,7 @@
<modifier>public</modifier> <type>void</type><methodname>SQLite3::open</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>null</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encryption_key</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Öffnet eine SQLite 3 Datenbank. Sollte diese verschlüsselt sein,