<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.streamwrapper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-stat.php',
    1 => 'streamWrapper::stream_stat',
    2 => 'Obt&eacute;m informa&ccedil;&atilde;o sobre um recurso de arquivo',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.stream-set-option.php',
    1 => 'streamWrapper::stream_set_option',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-tell.php',
    1 => 'streamWrapper::stream_tell',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/stream/streamwrapper/stream-stat.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.stream-stat" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::stream_stat</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::stream_stat</span> &mdash; <span class="dc-title">Obtém informação sobre um recurso de arquivo</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-stat-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::stream_stat</strong></span>(): <span class="type"><span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Este método é chamado em resposta a <span class="function"><a href="function.fstat.php" class="function">fstat()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.stream-stat-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-stat-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   Consulte <span class="function"><a href="function.stat.php" class="function">stat()</a></span>.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-streamwrapper.stream-stat-errors">
  <h3 class="title">Erros/Exceções</h3>
  <p class="para">Emite
um <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> se a chamada a este método falhar
(ou seja, não implementado).</p>
 </div>





 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-stat-seealso">
  <h3 class="title">Veja Também</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.stat.php" class="function" rel="rdfs-seeAlso">stat()</a> - Obt&eacute;m informa&ccedil;&otilde;es sobre um arquivo</span></li>
    <li><span class="methodname"><a href="streamwrapper.url-stat.php" class="methodname" rel="rdfs-seeAlso">streamwrapper::url_stat()</a> - Obt&eacute;m informa&ccedil;&atilde;o sobre um arquivo</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>