<?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-seek.php',
    1 => 'streamWrapper::stream_seek',
    2 => 'Akım &uuml;zerinde belli bir konuma gidilir',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.stream-read.php',
    1 => 'streamWrapper::stream_read',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-set-option.php',
    1 => 'streamWrapper::stream_set_option',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/stream/streamwrapper/stream-seek.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.stream-seek" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::stream_seek</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_seek</span> &mdash; <span class="dc-title">Akım üzerinde belli bir konuma gidilir</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-seek-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::stream_seek</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$başlangıç</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$nereden</code> <span class="initializer"> = SEEK_SET</span></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.fseek.php" class="function">fseek()</a></span> işlevine yanıtta çağrılır.
  </p>
  <p class="para">
   Akımın oku/yaz konumu <code class="parameter">başlangıç</code> ve
   <code class="parameter">nereden</code> bağımsız değişkenlerine göre güncellenmelidir.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.stream-seek-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">başlangıç</code></dt>
     <dd>
      <p class="para">
       Gidilecek akım başlangıcı.
      </p>
     </dd>
    
    
     <dt><code class="parameter">nereden</code></dt>
     <dd>
      <p class="para">
       Olası değerler:
       <ul class="simplelist">
        <li><strong><code><a href="filesystem.constants.php#constant.seek-set">SEEK_SET</a></code></strong> - Konum,
        <code class="parameter">başlangıç</code>'ıncı bayta ayarlanır.</li>
        <li><strong><code><a href="filesystem.constants.php#constant.seek-cur">SEEK_CUR</a></code></strong> - Konum
        <code class="parameter">başlangıç</code> artı mevcut konum olarak
        ayarlanır.</li>
        <li><strong><code><a href="filesystem.constants.php#constant.seek-end">SEEK_END</a></code></strong> - Konum
        <code class="parameter">başlangıç</code> artı dosyasonu olarak
        ayarlanır.</li>
       </ul>
      </p>
      <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
       <span class="simpara">
        Şu anki gerçeklenim <code class="parameter">nereden</code> bağımsız değişkeninde
        <strong><code><a href="filesystem.constants.php#constant.seek-cur">SEEK_CUR</a></code></strong> kabul etmez;  bunun yerine bu tür
        aramalar dahili olarak <strong><code><a href="filesystem.constants.php#constant.seek-set">SEEK_SET</a></code></strong> aramalarına
        dönüştürülür.
       </span>
      </p></blockquote>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-seek-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Konuma gidilebilmişse <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-seek-notes">
  <h3 class="title">Notlar</h3>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Gerçeklenmemişse dönüş değerinin <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> olduğu varsayılır.
   </p>
  </p></blockquote>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Başarı durumunda,
    <span class="methodname"><a href="streamwrapper.stream-tell.php" class="methodname">streamWrapper::stream_tell()</a></span> yöntemi, doğrudan
    <span class="methodname"><strong>streamWrapper::stream_seek()</strong></span> yönteminden sonra
    çağrılır. Eğer <span class="methodname"><a href="streamwrapper.stream-tell.php" class="methodname">streamWrapper::stream_tell()</a></span>
    başarısız olursa çağrıcı işlevin dönüş değeri <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> olur.
   </p>
  </p></blockquote>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Akımtaki tüm arama işlemleri bu işlevin çağrılmasına sebep olmaz. PHP
    akımlarında okuma tamponu öntanımlı olarak etkindir (ayrıca bkz.
    <span class="function"><a href="function.stream-set-read-buffer.php" class="function">stream_set_read_buffer()</a></span>) ve arama yalnızca tampon
    göstericisi hareket ettirilerek yapılabilir.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-seek-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.fseek.php" class="function" rel="rdfs-seeAlso">fseek()</a> - Dosya tanıtıcısında konumu bir yerden başka bir yere taşır</span></li>
   </ul>
  </p>
 </div>


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