svn: /phpdoc/ja/trunk/reference/phar/ Phar/compress.xml Phar/decompress.xml PharData/compress.xml PharData/decompress.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 14 Mar 2020 22:39:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349435
Log:
Fix #79173: Phar::decompress() return new instance of itself
Bug: https://bugs.php.net/79173 (Closed) Phar::decompress() return new instance of itself
Changed paths:
U phpdoc/ja/trunk/reference/phar/Phar/compress.xml
U phpdoc/ja/trunk/reference/phar/Phar/decompress.xml
U phpdoc/ja/trunk/reference/phar/PharData/compress.xml
U phpdoc/ja/trunk/reference/phar/PharData/decompress.xml
Modified: phpdoc/ja/trunk/reference/phar/Phar/compress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/Phar/compress.xml 2020-03-14 22:34:53 UTC (rev 349434)
+++ phpdoc/ja/trunk/reference/phar/Phar/compress.xml 2020-03-14 22:39:22 UTC (rev 349435)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.compress">
<refnamediv>
<refname>Phar::compress</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>object</type><methodname>Phar::compress</methodname>
+ <modifier>public</modifier> <type>Phar</type><methodname>Phar::compress</methodname>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/phar/Phar/decompress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/Phar/decompress.xml 2020-03-14 22:34:53 UTC (rev 349434)
+++ phpdoc/ja/trunk/reference/phar/Phar/decompress.xml 2020-03-14 22:39:22 UTC (rev 349435)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.decompress">
<refnamediv>
<refname>Phar::decompress</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>object</type><methodname>Phar::decompress</methodname>
+ <modifier>public</modifier> <type>Phar</type><methodname>Phar::decompress</methodname>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
&phar.write;
Modified: phpdoc/ja/trunk/reference/phar/PharData/compress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/compress.xml 2020-03-14 22:34:53 UTC (rev 349434)
+++ phpdoc/ja/trunk/reference/phar/PharData/compress.xml 2020-03-14 22:39:22 UTC (rev 349435)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336906 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compress">
<refnamediv>
<refname>PharData::compress</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>PharData::compress</methodname>
+ <type>PharData</type><methodname>PharData::compress</methodname>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ja/trunk/reference/phar/PharData/decompress.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/PharData/decompress.xml 2020-03-14 22:34:53 UTC (rev 349434)
+++ phpdoc/ja/trunk/reference/phar/PharData/decompress.xml 2020-03-14 22:39:22 UTC (rev 349435)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342113 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349430 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.decompress">
<refnamediv>
<refname>PharData::decompress</refname>
@@ -10,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>PharData::decompress</methodname>
+ <type>PharData</type><methodname>PharData::decompress</methodname>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>