<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-eof.php',
    1 => 'streamWrapper::stream_eof',
    2 => 'Dosya g&ouml;stericisinin dosya sonunda olup olmadığına bakar',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.stream-close.php',
    1 => 'streamWrapper::stream_close',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-flush.php',
    1 => 'streamWrapper::stream_flush',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/stream/streamwrapper/stream-eof.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.stream-eof" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::stream_eof</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_eof</span> &mdash; <span class="dc-title">Dosya göstericisinin dosya sonunda olup olmadığına bakar
  </span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-eof-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::stream_eof</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Bu yöntem, <span class="function"><a href="function.feof.php" class="function">feof()</a></span> işlevine yanıtta çağrılır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.stream-eof-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-eof-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Oku/yaz konumu akımın sonundaysa ve okunacak başka veri kalmamışsa <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>
   yoksa <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> dönmelidir.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-streamwrapper.stream-eof-notes">
  <h3 class="title">Notlar</h3>
  <div class="warning"><strong class="warning">Uyarı</strong>
   <p class="para">
    Tüm dosyayı okurken (örneğin, <span class="function"><a href="function.file-get-contents.php" class="function">file_get_contents()</a></span> ile),
    PHP bir döngü halinde önce
    <span class="methodname"><a href="streamwrapper.stream-read.php" class="methodname">streamWrapper::stream_read()</a></span> ve ardından
    <span class="methodname"><strong>streamWrapper::stream_eof()</strong></span> öğesini çağırır, ancak
    <span class="methodname"><a href="streamwrapper.stream-read.php" class="methodname">streamWrapper::stream_read()</a></span> boş olmayan bir dizge
    döndürdüğü sürece, <span class="methodname"><strong>streamWrapper::stream_eof()</strong></span>&#039;un
    dönüş değeri yok sayılır.
   </p>
  </div>
 </div>


 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-eof-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.feof.php" class="function" rel="rdfs-seeAlso">feof()</a> - Bir dosya tanıtıcısı &uuml;zerinde konum dosya sonunda mı diye bakar</span></li>
   </ul>
  </p>
 </div>


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