<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-stat.php',
    1 => 'streamWrapper::stream_stat',
    2 => 'Получение информации о файловом ресурсе',
  ),
  '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' => 'ru',
    '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">
   Получение информации о файловом ресурсе
  </span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-stat-description">
  <h3 class="title">Описание</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">
   Этот метод вызывается в результате вызова функции <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">Список параметров</h3>
  
<p class="para">
 Сигнатура функции не содержит параметров.
</p>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-stat-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Смотрите <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">Ошибки</h3>
  <p class="para">Вызывает ошибку уровня
<strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong>, если вызов к этому методу не удался
(например, не реализован).</p>
 </div>





 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-stat-seealso">
  <h3 class="title">Смотрите также</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.stat.php" class="function" rel="rdfs-seeAlso">stat()</a> - Возвращает информацию о файле</span></li>
    <li><span class="methodname"><a href="streamwrapper.url-stat.php" class="methodname" rel="rdfs-seeAlso">streamwrapper::url_stat()</a> - Получение информации о файле</span></li>
   </ul>
  </p>
 </div>


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