<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ssh2.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.ssh2-send-eof.php',
    1 => 'ssh2_send_eof',
    2 => 'Send EOF to stream',
  ),
  'up' => 
  array (
    0 => 'ref.ssh2.php',
    1 => 'SSH2 İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ssh2-scp-send.php',
    1 => 'ssh2_scp_send',
  ),
  'next' => 
  array (
    0 => 'function.ssh2-sftp.php',
    1 => 'ssh2_sftp',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ssh2/functions/ssh2-send-eof.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ssh2-send-eof" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ssh2_send_eof</h1>
  <p class="verinfo">(PECL ssh2 &gt;= 1.3)</p><p class="refpurpose"><span class="refname">ssh2_send_eof</span> &mdash; <span class="dc-title">Send EOF to stream</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ssh2-send-eof-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ssh2_send_eof</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$channel</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Sends an EOF to the stream; this is typically used to close standard input,
   while keeping output and error alive. For example, one can send a remote
   process some data over standard input, close it to start processing, and
   still be able to read out the results without creating additional files.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ssh2-send-eof-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">channel</code></dt>
    <dd>
     <span class="simpara">
      An SSH stream; can be acquired through functions like <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span>
      or <span class="function"><a href="function.ssh2-connect.php" class="function">ssh2_connect()</a></span>.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ssh2-send-eof-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ssh2-send-eof-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.ssh2-fetch-stream.php" class="function" rel="rdfs-seeAlso">ssh2_fetch_stream()</a> - Başka bir veri akımı d&ouml;nd&uuml;r&uuml;r</span></li>
  </ul>
 </div>


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