svn: /phpdoc/ja/trunk/reference/phar/Phar/ offsetGet.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 10 Jun 2020 18:25:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350027
Log:
Fix Phar::offsetGet return type
Patch contributed by Gregor Harlan.
Changed paths:
U phpdoc/ja/trunk/reference/phar/Phar/offsetGet.xml
Modified: phpdoc/ja/trunk/reference/phar/Phar/offsetGet.xml
===================================================================
--- phpdoc/ja/trunk/reference/phar/Phar/offsetGet.xml 2020-06-10 11:52:14 UTC (rev 350026)
+++ phpdoc/ja/trunk/reference/phar/Phar/offsetGet.xml 2020-06-10 18:25:18 UTC (rev 350027)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350026 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.offsetget">
<refnamediv>
<refname>Phar::offsetGet</refname>
@@ -9,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>int</type><methodname>Phar::offsetGet</methodname>
+ <modifier>public</modifier> <type>PharFileInfo</type><methodname>Phar::offsetGet</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
</methodsynopsis>