Skip to content

Commit

Permalink
fpassthru error description (php/doc-en#628)
Browse files Browse the repository at this point in the history
Fix bug #81067
  • Loading branch information
mumumu committed May 25, 2021
1 parent 447180c commit 3df2794
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions reference/filesystem/functions/fpassthru.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 98f2a733bc07e1c6d8fddb1d865b09fd79bdbea2 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.fpassthru" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -47,9 +47,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
エラーが起こった場合、<function>fpassthru</function> は &false; を返します。
それ以外の場合、<function>fpassthru</function> は <parameter>stream</parameter>
から読み込んだ文字の数を返し、出力へ渡します。
<function>fpassthru</function> は <parameter>stream</parameter>
から読み込み、出力に渡した文字数を返します。
</para>
</refsect1>

Expand Down

0 comments on commit 3df2794

Please sign in to comment.