Skip to content

Commit

Permalink
pharを翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuki-engr committed Dec 27, 2024
1 parent d86ade6 commit fb5f4d6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
22 changes: 22 additions & 0 deletions reference/phar/Phar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,28 @@
<!-- }}} -->

</section>

<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Zip アーカイブの Unix タイムスタンプ拡張のサポートが追加されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</partintro>

&reference.phar.entities.Phar;
Expand Down
30 changes: 27 additions & 3 deletions reference/phar/Phar/setAlias.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="Phar">
<modifier>public</modifier> <type>bool</type><methodname>Phar::setAlias</methodname>
<modifier>public</modifier> <type>true</type><methodname>Phar::setAlias</methodname>
<methodparam><type>string</type><parameter>alias</parameter></methodparam>
</methodsynopsis>
&phar.write;
Expand Down Expand Up @@ -45,8 +45,9 @@
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
</para>
<simpara>
&return.true.always;
</simpara>
</refsect1>

<refsect1 role="errors">
Expand All @@ -60,6 +61,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<methodname>Phar::setAlias</methodname> は、
現在暫定的に <type>true</type> を返すようになりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down
11 changes: 9 additions & 2 deletions reference/phar/Phar/setDefaultStub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="Phar">
<modifier>public</modifier> <type>bool</type><methodname>Phar::setDefaultStub</methodname>
<modifier>public</modifier> <type>true</type><methodname>Phar::setDefaultStub</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>index</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>webIndex</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -50,7 +50,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand All @@ -76,6 +76,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<methodname>Phar::setDefaultStub</methodname> は、
現在暫定的に <type>true</type> を返すようになりました。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down

0 comments on commit fb5f4d6

Please sign in to comment.