svn: /phpdoc/ja/trunk/reference/openssl/functions/ openssl-pkey-get-private.xml openssl-pkey-get-public.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 03 Feb 2020 00:09:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349101
Log:
Use the proper function names here, not the aliases
Changed paths:
U phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-private.xml
U phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-public.xml
Modified: phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-private.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-private.xml 2020-02-03 00:09:30 UTC (rev 349100)
+++ phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-private.xml 2020-02-03 00:09:52 UTC (rev 349101)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349092 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-pkey-get-private">
<refnamediv>
<refname>openssl_pkey_get_private</refname>
@@ -15,7 +16,7 @@
<methodparam choice="opt"><type>string</type><parameter>passphrase</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
- <function>openssl_get_privatekey</function> は
+ <function>openssl_pkey_get_private</function> は
<parameter>key</parameter> をパースし、他の関数で使用できるよう準備します。
</para>
</refsect1>
Modified: phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-public.xml
===================================================================
--- phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-public.xml 2020-02-03 00:09:30 UTC (rev 349100)
+++ phpdoc/ja/trunk/reference/openssl/functions/openssl-pkey-get-public.xml 2020-02-03 00:09:52 UTC (rev 349101)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332644 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349092 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-pkey-get-public">
<refnamediv>
<refname>openssl_pkey_get_public</refname>
@@ -14,7 +15,7 @@
<methodparam><type>mixed</type><parameter>certificate</parameter></methodparam>
</methodsynopsis>
<para>
- <function>openssl_get_publickey</function> は公開鍵を
+ <function>openssl_pkey_get_public</function> は公開鍵を
<parameter>certificate</parameter> から抽出し、
他の関数で使用できるよう準備します。
</para>