svn: /phpdoc/de/trunk/reference/shmop/ book.xml functions/shmop-close.xml functions/shmop-delete.xml functions/shmop-open.xml functions/shmop-read.xml functions/shmop-size.xml functions/shmop-write.xml setup.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Mon, 16 Apr 2018 23:20:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344682
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/shmop/book.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-close.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-delete.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-open.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-read.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-size.xml
U phpdoc/de/trunk/reference/shmop/functions/shmop-write.xml
U phpdoc/de/trunk/reference/shmop/setup.xml
svn-diffs-344682.txt
(text/x-diff, 12.7 KB)
Modified: phpdoc/de/trunk/reference/shmop/book.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/book.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/book.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340357 Maintainer: conni Status: ready -->
<book xml:id="book.shmop" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
@@ -20,13 +20,6 @@
gemeinsamen Speicher.
</simpara>
</note>
- <note>
- <simpara>
- Die Funktionen, die in diesem Kapitel erklärt werden, beginnen
- in PHP 4.0.3 alle mit <literal>shm</literal>, anstelle von
- <literal>shmop</literal>.
- </simpara>
- </note>
</preface>
<!-- }}} -->
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-close.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-close.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-close.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_close</refname>
@@ -11,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>shmop_close</methodname>
- <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>shmid</parameter></methodparam>
</methodsynopsis>
<para>
<function>shmop_close</function> wird benutzt, um einen gemeinsamen
@@ -27,7 +28,7 @@
<term><parameter>shmid</parameter></term>
<listitem>
<para>
- Der Bezeichner für den gemeinsamen Speicherblock, der von
+ Die Kennung des gemeinsamen Speicherblocks, der von
<function>shmop_open</function> erzeugt wurde.
</para>
</listitem>
@@ -43,6 +44,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.0</entry>
+ <entry>
+ Der Typ von <parameter>shmid</parameter> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-delete.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-delete.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-delete.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-delete" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_delete</refname>
@@ -11,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>shmop_delete</methodname>
- <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>shmid</parameter></methodparam>
</methodsynopsis>
<para>
<function>shmop_delete</function> wird benutzt, um einen
@@ -27,7 +28,7 @@
<term><parameter>shmid</parameter></term>
<listitem>
<para>
- Der Bezeichner für den gemeinsamen Speicherblock, der von
+ Die Kennung des gemeinsamen Speicherblocks, der von
<function>shmop_open</function> erzeugt wurde.
</para>
</listitem>
@@ -43,6 +44,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.0</entry>
+ <entry>
+ Der Typ von <parameter>shmid</parameter> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-open.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-open.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-open.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_open</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>shmop_open</methodname>
+ <type>resource</type><methodname>shmop_open</methodname>
<methodparam><type>int</type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>flags</parameter></methodparam>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
@@ -108,12 +109,35 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Bei Erfolg liefert die Funktion <function>shmop_open</function> eine ID
+ Bei Erfolg liefert die Funktion <function>shmop_open</function> eine Kennung
zurück, die Sie zum Zugriff auf den erstellten gemeinsamen Speicher benutzen
können. Bei einem Fehler wird &false; zurückgegeben.
</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.0</entry>
+ <entry>
+ Der Rückgabetype der Funktion <function>shmop_open</function> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-read.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-read.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-read.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-read" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_read</refname>
@@ -10,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>shmop_read</methodname>
- <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>shmid</parameter></methodparam>
<methodparam><type>int</type><parameter>start</parameter></methodparam>
<methodparam><type>int</type><parameter>count</parameter></methodparam>
</methodsynopsis>
@@ -60,6 +61,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.0</entry>
+ <entry>
+ Der Typ von <parameter>shmid</parameter> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-size.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-size.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-size.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_size</refname>
@@ -11,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>shmop_size</methodname>
- <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>shmid</parameter></methodparam>
</methodsynopsis>
<para>
<function>shmop_size</function> wird benutzt, um die Größe eines
@@ -42,6 +43,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.0</entry>
+ <entry>
+ Der Typ von <parameter>shmid</parameter> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/functions/shmop-write.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/functions/shmop-write.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/functions/shmop-write.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340948 Maintainer: conni Status: ready -->
+
<refentry xml:id="function.shmop-write" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>shmop_write</refname>
@@ -11,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>shmop_write</methodname>
- <methodparam><type>int</type><parameter>shmid</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>shmid</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
@@ -62,6 +63,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.0</entry>
+ <entry>
+ Der Typ von <parameter>shmid</parameter> wurde von
+ <type>int</type> zu <type>resource</type> geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/shmop/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/shmop/setup.xml 2018-04-16 22:49:16 UTC (rev 344681)
+++ phpdoc/de/trunk/reference/shmop/setup.xml 2018-04-16 23:20:38 UTC (rev 344682)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340367 Maintainer: conni Status: ready -->
<chapter xml:id="shmop.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -26,7 +26,10 @@
<!-- {{{ Resources -->
<section xml:id="shmop.resources">
&reftitle.resources;
- &no.resource;
+ <simpara>
+ Von PHP 7.0.0 an definiert diese Extension den Ressource-Typ
+ <literal>shmop</literal>, der eine Kennung eines Shared-Memory-Blocks ist.
+ </simpara>
</section>
<!-- }}} -->