svn: /phpdoc/ja/trunk/ appendices/resources.xml reference/sem/setup.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Mon, 23 Nov 2020 01:44:41 +0000

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

Log:
Document sysv* resources

Changed paths:
    U   phpdoc/ja/trunk/appendices/resources.xml
    U   phpdoc/ja/trunk/reference/sem/setup.xml

Modified: phpdoc/ja/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ja/trunk/appendices/resources.xml	2020-11-23 01:33:02 UTC (rev 351519)
+++ phpdoc/ja/trunk/appendices/resources.xml	2020-11-23 01:44:41 UTC (rev 351520)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351472 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351512 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi,mumumu -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
  <title>リソース型の一覧</title>
@@ -1911,7 +1911,7 @@
     <entry>
      <function>shmop_close</function>
     </entry>
-    <entry>共有メモリブロックハンドル (PHP 7.0.0 以降)</entry>
+    <entry>共有メモリブロックハンドル (PHP 8.0.0 より前)</entry>
    </row>
    <row>
     <entry>ソケット</entry>
@@ -2170,6 +2170,23 @@
     <entry>CT ライブラリを使用した Sybase 結果</entry>
    </row>
    <row>
+    <entry>sysvmsg queue</entry>
+    <entry>
+     <function>msg_get_queue</function>
+    </entry>
+    <entry>
+     <function>msg_queue_exists</function>,
+     <function>msg_receive</function>,
+     <function>msg_send</function>,
+     <function>msg_set_queue</function>,
+     <function>msg_stat_queue</function>
+    </entry>
+    <entry>
+     <function>msg_remove_queue</function>
+    </entry>
+    <entry>System V メッセージキュー</entry>
+   </row>
+   <row>
     <entry>sysvsem</entry>
     <entry>
      <function>sem_get</function>

Modified: phpdoc/ja/trunk/reference/sem/setup.xml
===================================================================
--- phpdoc/ja/trunk/reference/sem/setup.xml	2020-11-23 01:33:02 UTC (rev 351519)
+++ phpdoc/ja/trunk/reference/sem/setup.xml	2020-11-23 01:44:41 UTC (rev 351520)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa -->
+<!-- EN-Revision: 351512 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,mumumu -->

 <chapter xml:id="sem.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.setup;
@@ -24,7 +24,14 @@
  <!-- {{{ Resources -->
  <section xml:id="sem.resources">
   &reftitle.resources;
-  &no.resource;
+
+  <para>
+   PHP 8.0.0 より前のバージョンでは、
+   この拡張機能はリソース型を定義していました。
+   <literal>sysvmsg queue</literal> (System V メッセージキュー),
+   <literal>sysvsem</literal> (System V セマフォ),
+   <literal>sysvshm</literal> (System V 共有メモリ) です。
+  </para>
  </section>
  <!-- }}} -->
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.