<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ssh2.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'ssh2.constants.php',
    1 => 'Предопределённые константы',
    2 => 'Предопределённые константы',
  ),
  'up' => 
  array (
    0 => 'book.ssh2.php',
    1 => 'SSH2',
  ),
  'prev' => 
  array (
    0 => 'ssh2.resources.php',
    1 => 'Типы ресурсов',
  ),
  'next' => 
  array (
    0 => 'ref.ssh2.php',
    1 => 'Функции SSH2',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/ssh2/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ssh2.constants" class="appendix">
 <h1 class="title">Предопределённые константы</h1>

 
<p class="simpara">
 Следующие константы определяются модулем
 и доступны, только если модуль либо собрали в PHP,
 либо динамически загрузили при выполнении кода.
</p>
 <dl>
  
   <dt id="constant.ssh2-fingerprint-md5">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-fingerprint-md5">SSH2_FINGERPRINT_MD5</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для получения идентификатора сервера в виде хеш-суммы MD5
  функцией <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-fingerprint-sha1">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-fingerprint-sha1">SSH2_FINGERPRINT_SHA1</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для получения идентификатора сервера в виде хеш-суммы SHA1
  функцией <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-fingerprint-hex">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-fingerprint-hex">SSH2_FINGERPRINT_HEX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для получения идентификатора сервера функцией <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span>
  в виде строки шестнадцатеричных символов.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-fingerprint-raw">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-fingerprint-raw">SSH2_FINGERPRINT_RAW</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для получения идентификатора сервера функцией <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span>
  в виде неотформатированной строки восьмибитных символов.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-term-unit-chars">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-term-unit-chars">SSH2_TERM_UNIT_CHARS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для функции <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>, определяющий, что параметры
     <code class="parameter">width</code> и <code class="parameter">height</code> задаются
  в виде количества символов.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-term-unit-pixels">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-term-unit-pixels">SSH2_TERM_UNIT_PIXELS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг для функции <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>, определяющий, что параметры
     <code class="parameter">width</code> и <code class="parameter">height</code> задаются в пикселях.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-default-term-width">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-default-term-width">SSH2_DEFAULT_TERM_WIDTH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Принятое по умолчанию значение ширины окна терминала, принимаемое функцией <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-default-term-height">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-default-term-height">SSH2_DEFAULT_TERM_HEIGHT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Принятое по умолчанию значение высоты окна терминала, принимаемое функцией <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-default-term-unit">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-default-term-unit">SSH2_DEFAULT_TERM_UNIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Принятая по умолчанию единица измерения значений ширины и высоты окна терминала, принимаемых функцией <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-stream-stdio">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-stream-stdio">SSH2_STREAM_STDIO</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг функции <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span>, запрашивающей субканал STDIO.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-stream-stderr">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-stream-stderr">SSH2_STREAM_STDERR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Флаг функции <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span>, запрашивающей субканал STDERR.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-default-terminal">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-default-terminal">SSH2_DEFAULT_TERMINAL</a></code></strong>
     (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Принятый по умолчанию тип терминала (например, vt102, ansi, xterm, vanilla), запрашиваемый
  функцией <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollin">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollin">SSH2_POLLIN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollext">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollext">SSH2_POLLEXT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollout">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollout">SSH2_POLLOUT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollerr">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollerr">SSH2_POLLERR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollhup">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollhup">SSH2_POLLHUP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-pollnval">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-pollnval">SSH2_POLLNVAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-poll-session-closed">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-poll-session-closed">SSH2_POLL_SESSION_CLOSED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-poll-channel-closed">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-poll-channel-closed">SSH2_POLL_CHANNEL_CLOSED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.ssh2-poll-listener-closed">
    <strong><code><a href="ssh2.constants.php#constant.ssh2-poll-listener-closed">SSH2_POLL_LISTENER_CLOSED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>