<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ftp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ftp.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.ftp.php',
    1 => 'FTP',
  ),
  'prev' => 
  array (
    0 => 'ftp.resources.php',
    1 => '&Ouml;zkaynak T&uuml;rleri',
  ),
  'next' => 
  array (
    0 => 'ftp.examples.php',
    1 => '&Ouml;rnekler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/ftp/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ftp.constants" class="appendix">
 <h1 class="title">Öntanımlı Sabitler</h1>

 <p class="simpara">
Buradaki sabitler bu eklenti için
tanımlanmış olup, sadece eklentinin PHP içinde derlenmiş olması veya çalışma
anında dinamik olarak yüklenmesi halinde kullanılabilir.</p>
 <dl>
  
   <dt id="constant.ftp-ascii">
    <strong><code><a href="ftp.constants.php#constant.ftp-ascii">FTP_ASCII</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para"/>
   </dd>
  
  
   <dt id="constant.ftp-autoseek">
    <strong><code><a href="ftp.constants.php#constant.ftp-autoseek">FTP_AUTOSEEK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
      Bilgi için <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span> işlevine bakınız.
    </p>
   </dd>
  
  
   <dt id="constant.ftp-autoresume">
    <strong><code><a href="ftp.constants.php#constant.ftp-autoresume">FTP_AUTORESUME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     GET ve PUT istekleri için devam etme ve başlangıç konumunu otomatik
     olarak belirler (yalnızca FTP_AUTOSEEK etkinleştirildiğinde çalışır).
    </p>
   </dd>
  
  
   <dt id="constant.ftp-failed">
    <strong><code><a href="ftp.constants.php#constant.ftp-failed">FTP_FAILED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Eşzamansız aktarım başarısız oldu.
    </p>
   </dd>
  
  
   <dt id="constant.ftp-finished">
    <strong><code><a href="ftp.constants.php#constant.ftp-finished">FTP_FINISHED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Eşzamansız aktarım bitti
    </p>
   </dd>
  
  
   <dt id="constant.ftp-moredata">
    <strong><code><a href="ftp.constants.php#constant.ftp-moredata">FTP_MOREDATA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Eşzamansız aktarım hala etkin
    </p>
   </dd>
  
  
   <dt id="constant.ftp-text">
    <strong><code><a href="ftp.constants.php#constant.ftp-text">FTP_TEXT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     <strong><code><a href="ftp.constants.php#constant.ftp-ascii">FTP_ASCII</a></code></strong> için takma ad.
    </p>
   </dd>
  
  
   <dt id="constant.ftp-binary">
    <strong><code><a href="ftp.constants.php#constant.ftp-binary">FTP_BINARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
    </p>
   </dd>
  
  
   <dt id="constant.ftp-image">
    <strong><code><a href="ftp.constants.php#constant.ftp-image">FTP_IMAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para"><strong><code><a href="ftp.constants.php#constant.ftp-binary">FTP_BINARY</a></code></strong> için takma ad.</p>
   </dd>
  
  
   <dt id="constant.ftp-timeout-sec">
    <strong><code><a href="ftp.constants.php#constant.ftp-timeout-sec">FTP_TIMEOUT_SEC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Bilgi için <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span> işlevine bakınız.
    </p>
   </dd>
  
  
   <dt id="constant.ftp-usepasvaddress">
    <strong><code><a href="ftp.constants.php#constant.ftp-usepasvaddress">FTP_USEPASVADDRESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <p class="para">
     Bilgi için <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span> işlevine bakınız.
    </p>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>