svn: /phpdoc/ja/trunk/reference/spl/splfileobject/ fwrite.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 18 May 2020 04:38:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349905
Log:
Fix #79607: Wrong return type
Bug: https://bugs.php.net/79607 (error getting bug information)
Changed paths:
U phpdoc/ja/trunk/reference/spl/splfileobject/fwrite.xml
Modified: phpdoc/ja/trunk/reference/spl/splfileobject/fwrite.xml
===================================================================
--- phpdoc/ja/trunk/reference/spl/splfileobject/fwrite.xml 2020-05-17 21:33:42 UTC (rev 349904)
+++ phpdoc/ja/trunk/reference/spl/splfileobject/fwrite.xml 2020-05-18 04:38:44 UTC (rev 349905)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342511 Maintainer: masakielastic Status: ready -->
+<!-- EN-Revision: 349901 Maintainer: masakielastic Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="splfileobject.fwrite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -48,7 +48,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- 書き込まれるバイト数、もしくはエラーの場合 0 を返します。
+ 書き込まれるバイト数、もしくはエラーの場合 &false; を返します。
</para>
</refsect1>