<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-stat.php',
    1 => 'streamWrapper::stream_stat',
    2 => 'Retrieve information about a file resource',
  ),
  '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' => 'en',
    '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">Retrieve information about a file resource</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-stat-description">
  <h3 class="title">Beschreibung</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">
   This method is called in response to <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">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-stat-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   See <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">Fehler/Exceptions</h3>
  <p class="para">Wirft
<strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong>, wenn der Aufruf dieser Methode
fehlschlug (z. B. weil sie nicht implementiert ist).</p>
 </div>

 



 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-stat-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.stat.php" class="function" rel="rdfs-seeAlso">stat()</a> - Sammelt Informationen &uuml;ber eine Datei</span></li>
    <li><span class="methodname"><a href="streamwrapper.url-stat.php" class="methodname" rel="rdfs-seeAlso">streamwrapper::url_stat()</a> - Retrieve information about a file</span></li>
   </ul>
  </p>
 </div>


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