svn: /phpdoc/ja/trunk/reference/sockets/functions/ socket-wsaprotocol-info-export.xml socket-wsaprotocol-info-import.xml socket-wsaprotocol-info-release.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Thu, 06 Feb 2020 23:22:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349156

Log:
Add "Windows only" note

Changed paths:
    U   phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml
    U   phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-import.xml
    U   phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-release.xml

Modified: phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml	2020-02-06 23:16:39 UTC (rev 349155)
+++ phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml	2020-02-06 23:22:18 UTC (rev 349156)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347749 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349152 Maintainer: mumumu Status: ready -->

 <refentry xml:id="function.socket-wsaprotocol-info-export" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -7,7 +7,7 @@
   <refname>socket_wsaprotocol_info_export</refname>
   <refpurpose>WSAPROTOCOL_INFO 構造体をエクスポートする</refpurpose>
  </refnamediv>
-
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -20,8 +20,13 @@
    <function>socket_wsaprotocol_info_import</function> で使える識別子を返します。
    エクスポートされるIDは、与えられた <parameter>target_pid</parameter> 向けのものだけが有効です。
   </para>
+  <note>
+   <simpara>
+    この関数は Windows でのみ利用可能です。
+   </simpara>
+  </note>
  </refsect1>
-
+
  <refsect1 role="parameters">
   &reftitle.parameters;
   <variablelist>
@@ -59,7 +64,7 @@
    <member><function>socket_wsaprotocol_info_release</function></member>
   </simplelist>
  </refsect1>
-
+
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-import.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-import.xml	2020-02-06 23:16:39 UTC (rev 349155)
+++ phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-import.xml	2020-02-06 23:22:18 UTC (rev 349156)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347618 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349152 Maintainer: mumumu Status: ready -->

 <refentry xml:id="function.socket-wsaprotocol-info-import" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -7,7 +7,7 @@
   <refname>socket_wsaprotocol_info_import</refname>
   <refpurpose>別のプロセスからソケットをインポートする</refpurpose>
  </refnamediv>
-
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -17,8 +17,13 @@
   <para>
    以前別のプロセスからエクスポートされたソケットをインポートします。
   </para>
+  <note>
+   <simpara>
+    この関数は Windows でのみ利用可能です。
+     </simpara>
+  </note>
  </refsect1>
-
+
  <refsect1 role="parameters">
   &reftitle.parameters;
   <variablelist>

Modified: phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-release.xml
===================================================================
--- phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-release.xml	2020-02-06 23:16:39 UTC (rev 349155)
+++ phpdoc/ja/trunk/reference/sockets/functions/socket-wsaprotocol-info-release.xml	2020-02-06 23:22:18 UTC (rev 349156)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347618 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349152 Maintainer: mumumu Status: ready -->

 <refentry xml:id="function.socket-wsaprotocol-info-release" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -7,7 +7,7 @@
   <refname>socket_wsaprotocol_info_release</refname>
   <refpurpose>エクスポートした WSAPROTOCOL_INF 構造体を解放する</refpurpose>
  </refnamediv>
-
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -17,8 +17,13 @@
   <para>
    与えられた <parameter>info_id</parameter> に対応する共有メモリを解放します。
   </para>
+  <note>
+   <simpara>
+    この関数は Windows でのみ利用可能です。
+     </simpara>
+  </note>
  </refsect1>
-
+
  <refsect1 role="parameters">
   &reftitle.parameters;
   <variablelist>
@@ -32,7 +37,7 @@
    </varlistentry>
   </variablelist>
  </refsect1>
-
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
@@ -39,7 +44,7 @@
    &return.success;
   </para>
  </refsect1>
-
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <simplelist>
@@ -46,7 +51,7 @@
    <member><function>socket_wsaprotocol_info_export</function></member>
   </simplelist>
  </refsect1>
-
+
 </refentry>

 <!-- Keep this comment at the end of the file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.