com doc/pt_br: Translations by @killertux - htt ps://github.com/phpdocbrbridge/traducao/pull/6: refer ence/filesystem/functions/fstat.xml

[email protected] (André Luis Ferreira da Silva Bacci) Wed, 10 Mar 2021 14:46:38 +0000
Newsgroups php.doc.pt-br
Message-ID <[email protected]>
Commit:    fa060a69993f1a6b41e8cdb4c2876fd0023516b3
Author:    André L F S Bacci <[email protected]>         Wed, 10 Mar 2021 11:46:38 -0300
Parents:   8091a5cc8598a0433c45cbb84452ec1d60cbd6f8
Branches:  master

Link:       http://git.php.net/?p=doc/pt_br.git;a=commitdiff;h=fa060a69993f1a6b41e8cdb4c2876fd0023516b3

Log:
Translations by @killertux - https://github.com/phpdocbrbridge/traducao/pull/6

Closes GH-6.

Changed paths:
  M  reference/filesystem/functions/fstat.xml


Diff:
diff --git a/reference/filesystem/functions/fstat.xml b/reference/filesystem/functions/fstat.xml
index 129041c06..37ab20492 100644
--- a/reference/filesystem/functions/fstat.xml
+++ b/reference/filesystem/functions/fstat.xml
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>fstat</methodname>
+   <type class="union"><type>array</type><type>false</type></type><methodname>fstat</methodname>
    <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -39,6 +39,7 @@
   <para>
    Retorna um array com as estatísticas de um arquivo. O formato do array
    é descrito em detalhes na página do manual sobre <function>stat</function>.
+   Em caso de erro, <function>fstat</function> retorna &false;.
   </para>
  </refsect1>