com doc/ja: Document ssh2 resources: appendices/resources.xml reference/ssh2/setup.xml

[email protected] (Yoshinari Takaoka) Fri, 15 Jan 2021 12:35:10 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    7609150143beb073712817e408c5c8cd898c3dc5
Author:    Yoshinari Takaoka <[email protected]>         Fri, 15 Jan 2021 21:35:10 +0900
Parents:   a450968f9bea9ad55ad93e453b339c695968f68d
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=7609150143beb073712817e408c5c8cd898c3dc5

Log:
Document ssh2 resources

Changed paths:
  M  appendices/resources.xml
  M  reference/ssh2/setup.xml


Diff:
diff --git a/appendices/resources.xml b/appendices/resources.xml
index b80a861866..a6f70c97d2 100644
--- a/appendices/resources.xml
+++ b/appendices/resources.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 6fa29283c5861ccb1f9da74fb252f80e01d27668 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: d80c8d5646c200251fe6d54d366e242ada0e3f81 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi,mumumu -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
  <title>リソース型の一覧</title>
@@ -1706,6 +1706,54 @@
     <entry>ソケットハンドル</entry>
    </row>
    <row>
+    <entry>SSH2 セッション</entry>
+    <entry>
+     <function>ssh2_connect</function>
+    </entry>
+    <entry>
+    </entry>
+    <entry>
+     <function>ssh2_disconnect</function>
+    </entry>
+    <entry></entry>
+   </row>
+   <row>
+    <entry>SSH2 リスナー</entry>
+    <entry>
+     <function>ssh2_forward_listen</function>
+    </entry>
+    <entry>
+    </entry>
+    <entry>
+     <function></function>
+    </entry>
+    <entry></entry>
+   </row>
+   <row>
+    <entry>SSH2 SFTP</entry>
+    <entry>
+     <function>ssh2_sftp</function>
+    </entry>
+    <entry>
+    </entry>
+    <entry>
+     <function></function>
+    </entry>
+    <entry></entry>
+   </row>
+   <row>
+    <entry>SSH2 公開鍵サブシステム</entry>
+    <entry>
+     <function>ssh2_publickey_init</function>
+    </entry>
+    <entry>
+    </entry>
+    <entry>
+     <function></function>
+    </entry>
+    <entry></entry>
+   </row>
+   <row>
     <entry>sysvmsg queue</entry>
     <entry>
      <function>msg_get_queue</function>
diff --git a/reference/ssh2/setup.xml b/reference/ssh2/setup.xml
index 0eeabac327..ec09ea4d84 100644
--- a/reference/ssh2/setup.xml
+++ b/reference/ssh2/setup.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: f49c307f13f1ec78ff0e441906d6d3d066b69f82 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: d80c8d5646c200251fe6d54d366e242ada0e3f81 Maintainer: takagi Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
 
 <chapter xml:id="ssh2.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.setup;
@@ -51,7 +51,15 @@
  <!-- {{{ Resources -->
  <section xml:id="ssh2.resources">
   &reftitle.resources;
-  &no.resource;
+  <para>
+   この拡張機能は、以下のリソース型を定義しています:
+   <simplelist>
+    <member>SSH2 セッション</member>
+    <member>SSH2 リスナー</member>
+    <member>SSH2 SFTP</member>
+    <member>SSH2 公開鍵サブシステム (ssh2 0.10 以降)</member>
+   </simplelist>
+  </para>
  </section>
  <!-- }}} -->