<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'ftp.constants.php',
    1 => 'Предопределённые константы',
    2 => 'Предопределённые константы',
  ),
  'up' => 
  array (
    0 => 'book.ftp.php',
    1 => 'FTP',
  ),
  'prev' => 
  array (
    0 => 'ftp.resources.php',
    1 => 'Типы ресурсов',
  ),
  'next' => 
  array (
    0 => 'ftp.examples.php',
    1 => 'Примеры',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    '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">Предопределённые константы</h1>

 
<p class="simpara">
 Следующие константы определяются модулем
 и доступны, только если модуль либо собрали в PHP,
 либо динамически загрузили при выполнении кода.
</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">Смотрите описание функции <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span>.</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">Автоматическое определение позиции старта и возобновления запросов PUT и GET
     (работает только если разрешён FTP_AUTOSEEK)</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">Асинхронная передача не удалась.</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">
     Асинхронная передача завершена.
    </p>
   </dd>
  
 </dl>
 <dl>
  
   <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">
     Асинхронная передача всё ещё активна.
    </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>
    </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"/>
   </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>.</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">
     Смотрите описание функции <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span>.
    </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">
       Смотрите описание к функции <span class="function"><a href="function.ftp-set-option.php" class="function">ftp_set_option()</a></span> для получения информации.
      </p>
     </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>