Skip to content

Commit 9c401d3

Browse files
パラメータ同期・新パラメータ追加・typo修正ほか 24 件 (#355)
## 翻訳内容 ### language/predefined/attribute(1件) - language/predefined/attribute/construct.xml — Attribute::__construct() の $flags に定数タグ追加 1. php/doc-en@0eb433f ### パラメータ名修正(7件) - reference/funchand/functions/forward-static-call-array.xml — synopsis/description のパラメータ名一致修正 1. php/doc-en@c6fb604 - reference/image/functions/imageinterlace.xml — パラメータ名修正 (interlace → enable) 1. php/doc-en@c6fb604 - reference/calendar/functions/jdmonthname.xml — パラメータ名修正 (jday → julian_day) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-begin-pattern.xml — パラメータ名修正 (x-step/y-step → xstep/ystep) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-set-info.xml — パラメータ名修正 (p → psdoc, val → value) 1. php/doc-en@c6fb604 - reference/ps/functions/ps-open-image.xml — パラメータ名 typo 修正 (lenght → length) 1. php/doc-en@c6fb604 - reference/oci8/functions/oci-free-descriptor.xml — パラメータ名修正 (descriptor → lob) 1. php/doc-en@c6fb604 ### パラメータ型・名前の同期(9件) - reference/zlib/functions/gzfile.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/zlib/functions/gzopen.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/zlib/functions/readgzfile.xml — use_include_path の型を int→bool に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/pcntl/functions/pcntl-setcpuaffinity.xml — パラメータ名変更 (pid→process_id, hmask→cpu_ids) 1. php/doc-en@aa120f3 - reference/pcntl/functions/pcntl-getcpuaffinity.xml — パラメータ名変更 (pid→process_id)、戻り値型修正 1. php/doc-en@aa120f3 - reference/zlib/functions/deflate_init.xml — options パラメータの型に object を追加 1. php/doc-en@aa120f3 - reference/zlib/functions/inflate_init.xml — options パラメータの型に object を追加 1. php/doc-en@aa120f3 - reference/ldap/functions/ldap-get-option.xml — ldap パラメータを nullable に変更、changelog 追加 1. php/doc-en@aa120f3 - reference/openssl/functions/openssl-cms-encrypt.xml — cipher_algo の型に string を追加、changelog 追加 1. php/doc-en@aa120f3 ### reference/soap, openssl(7件) - reference/soap/soapfault/construct.xml — パラメータ名修正 + lang パラメータ追加 1. php/doc-en@9a8c593 2. php/doc-en@d9cfd78 - reference/soap/soapserver/fault.xml — lang パラメータ追加 1. php/doc-en@9a8c593 - reference/soap/soapclient/dorequest.xml — uriParserClass パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-sign.xml — padding パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-verify.xml — padding パラメータ追加 1. php/doc-en@9a8c593 - reference/openssl/functions/openssl-private-decrypt.xml — digest_algo パラメータ追加、OEAP→OAEP typo修正 1. php/doc-en@9a8c593 2. php/doc-en@8108ac2 - reference/openssl/functions/openssl-public-encrypt.xml — digest_algo パラメータ追加、OEAP→OAEP typo修正 1. php/doc-en@9a8c593 2. php/doc-en@8108ac2
1 parent 03d00c1 commit 9c401d3

24 files changed

Lines changed: 296 additions & 75 deletions

File tree

language/predefined/attribute/construct.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 681fd84dbdef6c0f8fe92848677d95a993b66143 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 0eb433f1dec35ba1c0daf2d8b30b47f284ad5670 Maintainer: mumumu Status: ready -->
44
<refentry xml:id="attribute.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Attribute::__construct</refname>
@@ -11,7 +11,7 @@
1111
&reftitle.description;
1212
<constructorsynopsis role="Attribute">
1313
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
14-
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>Attribute::TARGET_ALL</initializer></methodparam>
14+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Attribute::TARGET_ALL</constant></initializer></methodparam>
1515
</constructorsynopsis>
1616
<para>
1717
新しい <classname>Attribute</classname> のインスタンスを作成します。

reference/calendar/functions/jdmonthname.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 855dd0c584224f0cee7667a3bc3dae62bace9c96 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.jdmonthname" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -71,7 +71,7 @@
7171
<para>
7272
<variablelist>
7373
<varlistentry>
74-
<term><parameter>jday</parameter></term>
74+
<term><parameter>julian_day</parameter></term>
7575
<listitem>
7676
<para>
7777
変換したいユリウス積算日。

reference/funchand/functions/forward-static-call-array.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.forward-static-call-array" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -39,7 +39,7 @@
3939
</listitem>
4040
</varlistentry>
4141
<varlistentry>
42-
<term><parameter>parameter</parameter></term>
42+
<term><parameter>args</parameter></term>
4343
<listitem>
4444
<para>
4545
このひとつのパラメータに、メソッドに渡すすべてのパラメータを配列で指定します。

reference/image/functions/imageinterlace.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9960a09a5705102bf4dd0ce63e03d9ec716d0015 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.imageinterlace" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -29,7 +29,7 @@
2929
<variablelist>
3030
&gd.image.description;
3131
<varlistentry>
32-
<term><parameter>interlace</parameter></term>
32+
<term><parameter>enable</parameter></term>
3333
<listitem>
3434
<para>
3535
&true; の場合はインターレース画像となり、

reference/ldap/functions/ldap-get-option.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 3ec3fa6848aae4b4535557105a42fbf8d57dcc07 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: aa120f36c5762e99f9ee121d8caf910e0a67121e Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<refentry xml:id="function.ldap-get-option" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -12,7 +12,7 @@
1212
&reftitle.description;
1313
<methodsynopsis>
1414
<type>bool</type><methodname>ldap_get_option</methodname>
15-
<methodparam><type>LDAP\Connection</type><parameter>ldap</parameter></methodparam>
15+
<methodparam><type class="union"><type>LDAP\Connection</type><type>null</type></type><parameter>ldap</parameter></methodparam>
1616
<methodparam><type>int</type><parameter>option</parameter></methodparam>
1717
<methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>int</type></type><parameter role="reference">value</parameter><initializer>&null;</initializer></methodparam>
1818
</methodsynopsis>
@@ -29,7 +29,12 @@
2929
<term><parameter>ldap</parameter></term>
3030
<listitem>
3131
<para>
32-
&ldap.parameter.ldap;
32+
特定の接続に対してオプションを取得する場合は、
33+
<function>ldap_connect</function> が返す、
34+
<classname>LDAP\Connection</classname>
35+
クラスのインスタンス。
36+
グローバルなオプションを取得する場合は、
37+
&null; を指定します。
3338
</para>
3439
</listitem>
3540
</varlistentry>
@@ -244,6 +249,12 @@
244249
</row>
245250
</thead>
246251
<tbody>
252+
<row>
253+
<entry>8.5.0</entry>
254+
<entry>
255+
<parameter>ldap</parameter> は、nullable になりました。
256+
</entry>
257+
</row>
247258
&ldap.changelog.ldap-object;
248259
</tbody>
249260
</tgroup>

reference/oci8/functions/oci-free-descriptor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: deb6ee36001e5d315c92780db3a6cf64fe4f70bf Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.oci-free-descriptor" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>oci_free_descriptor</refname>
@@ -23,7 +23,7 @@
2323
<para>
2424
<variablelist>
2525
<varlistentry>
26-
<term><parameter>descriptor</parameter></term>
26+
<term><parameter>lob</parameter></term>
2727
<listitem>
2828
<para>
2929
<function>oci_new_descriptor</function> で確保したディスクリプタ。

reference/openssl/functions/openssl-cms-encrypt.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96263b14054f0f102fcc653688ff3ed99f9df858 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: aa120f36c5762e99f9ee121d8caf910e0a67121e Maintainer: mumumu Status: ready -->
44
<refentry xml:id="function.openssl-cms-encrypt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>openssl_cms_encrypt</refname>
@@ -17,7 +17,7 @@
1717
<methodparam><type class="union"><type>array</type><type>null</type></type><parameter>headers</parameter></methodparam>
1818
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
1919
<methodparam choice="opt"><type>int</type><parameter>encoding</parameter><initializer><constant>OPENSSL_ENCODING_SMIME</constant></initializer></methodparam>
20-
<methodparam choice="opt"><type>int</type><parameter>cipher_algo</parameter><initializer><constant>OPENSSL_CIPHER_AES_128_CBC</constant></initializer></methodparam>
20+
<methodparam choice="opt"><type class="union"><type>string</type><type>int</type></type><parameter>cipher_algo</parameter><initializer><constant>OPENSSL_CIPHER_AES_128_CBC</constant></initializer></methodparam>
2121
</methodsynopsis>
2222
<para>
2323
この関数は、一人以上のメッセージの受け手に向けて、
@@ -108,6 +108,13 @@
108108
</row>
109109
</thead>
110110
<tbody>
111+
<row>
112+
<entry>8.5.0</entry>
113+
<entry>
114+
<parameter>cipher_algo</parameter> の型が <type>int</type> または <type>string</type> になりました。
115+
これより前のバージョンでは、<type>int</type> でした。
116+
</entry>
117+
</row>
111118
<row>
112119
<entry>8.1.0</entry>
113120
<entry>

reference/openssl/functions/openssl-private-decrypt.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 7da0f9995a1a6928523f8d910898e79d88f45d5f Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 8108ac2a62dfc6577341b13a91fe1bdbaee870e4 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.openssl-private-decrypt" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -16,6 +16,7 @@
1616
<methodparam><modifier role="attribute">#[\SensitiveParameter]</modifier><type>string</type><parameter role="reference">decrypted_data</parameter></methodparam>
1717
<methodparam><modifier role="attribute">#[\SensitiveParameter]</modifier><type class="union"><type>OpenSSLAsymmetricKey</type><type>OpenSSLCertificate</type><type>array</type><type>string</type></type><parameter>private_key</parameter></methodparam>
1818
<methodparam choice="opt"><type>int</type><parameter>padding</parameter><initializer><constant>OPENSSL_PKCS1_PADDING</constant></initializer></methodparam>
19+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>digest_algo</parameter><initializer>&null;</initializer></methodparam>
1920
</methodsynopsis>
2021
<para>
2122
<function>openssl_private_decrypt</function> は、事前に
@@ -67,6 +68,14 @@
6768
</para>
6869
</listitem>
6970
</varlistentry>
71+
<varlistentry>
72+
<term><parameter>digest_algo</parameter></term>
73+
<listitem>
74+
<simpara>
75+
OAEP パディング用のダイジェストアルゴリズム。&null; の場合はデフォルトのアルゴリズムを使用します。
76+
</simpara>
77+
</listitem>
78+
</varlistentry>
7079
</variablelist>
7180
</para>
7281
</refsect1>
@@ -89,6 +98,12 @@
8998
</row>
9099
</thead>
91100
<tbody>
101+
<row>
102+
<entry>8.5.0</entry>
103+
<entry>
104+
オプションのパラメータ <parameter>digest_algo</parameter> が追加されました。
105+
</entry>
106+
</row>
92107
<row>
93108
<entry>8.0.0</entry>
94109
<entry>

reference/openssl/functions/openssl-public-encrypt.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 7da0f9995a1a6928523f8d910898e79d88f45d5f Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 8108ac2a62dfc6577341b13a91fe1bdbaee870e4 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.openssl-public-encrypt" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -16,6 +16,7 @@
1616
<methodparam><type>string</type><parameter role="reference">encrypted_data</parameter></methodparam>
1717
<methodparam><type class="union"><type>OpenSSLAsymmetricKey</type><type>OpenSSLCertificate</type><type>array</type><type>string</type></type><parameter>public_key</parameter></methodparam>
1818
<methodparam choice="opt"><type>int</type><parameter>padding</parameter><initializer><constant>OPENSSL_PKCS1_PADDING</constant></initializer></methodparam>
19+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>digest_algo</parameter><initializer>&null;</initializer></methodparam>
1920
</methodsynopsis>
2021
<para>
2122
<function>openssl_public_encrypt</function> は、<parameter>data</parameter>
@@ -69,6 +70,15 @@
6970
</para>
7071
</listitem>
7172
</varlistentry>
73+
<varlistentry>
74+
<term><parameter>digest_algo</parameter></term>
75+
<listitem>
76+
<simpara>
77+
OAEP パディング用のダイジェストアルゴリズム。
78+
デフォルトのアルゴリズムを使用する場合は &null; を指定します。
79+
</simpara>
80+
</listitem>
81+
</varlistentry>
7282
</variablelist>
7383
</para>
7484
</refsect1>
@@ -91,6 +101,12 @@
91101
</row>
92102
</thead>
93103
<tbody>
104+
<row>
105+
<entry>8.5.0</entry>
106+
<entry>
107+
オプションのパラメータ <parameter>digest_algo</parameter> が追加されました。
108+
</entry>
109+
</row>
94110
<row>
95111
<entry>8.0.0</entry>
96112
<entry>

reference/openssl/functions/openssl-sign.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 9a8c593c09cf7d84085989e42f3b2b23536279db Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.openssl-sign" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -16,6 +16,7 @@
1616
<methodparam><type>string</type><parameter role="reference">signature</parameter></methodparam>
1717
<methodparam><modifier role="attribute">#[\SensitiveParameter]</modifier><type class="union"><type>OpenSSLAsymmetricKey</type><type>OpenSSLCertificate</type><type>array</type><type>string</type></type><parameter>private_key</parameter></methodparam>
1818
<methodparam choice="opt"><type class="union"><type>string</type><type>int</type></type><parameter>algorithm</parameter><initializer><constant>OPENSSL_ALGO_SHA1</constant></initializer></methodparam>
19+
<methodparam choice="opt"><type>int</type><parameter>padding</parameter><initializer>0</initializer></methodparam>
1920
</methodsynopsis>
2021
<para>
2122
<function>openssl_sign</function> は、指定した
@@ -67,6 +68,12 @@
6768
</para>
6869
</listitem>
6970
</varlistentry>
71+
<varlistentry>
72+
<term><parameter>padding</parameter></term>
73+
<listitem>
74+
<simpara>使用する RSA PSS パディング。</simpara>
75+
</listitem>
76+
</varlistentry>
7077
</variablelist>
7178
</para>
7279
</refsect1>
@@ -89,6 +96,12 @@
8996
</row>
9097
</thead>
9198
<tbody>
99+
<row>
100+
<entry>8.5.0</entry>
101+
<entry>
102+
オプションのパラメータ <parameter>padding</parameter> が追加されました。
103+
</entry>
104+
</row>
92105
<row>
93106
<entry>8.0.0</entry>
94107
<entry>

0 commit comments

Comments
 (0)