<?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 => 'uk',
  ),
  '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' => 'en',
    '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">
     Flag to <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> requesting hostkey
     fingerprint as an MD5 hash.
    </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">
     Flag to <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> requesting hostkey
     fingerprint as an SHA1 hash.
    </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">
     Flag to <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> requesting hostkey
     fingerprint as a string of hexits.
    </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">
     Flag to <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> requesting hostkey
     fingerprint as a raw string of 8-bit characters.
    </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">
     Flag to <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> specifying that
     <code class="parameter">width</code> and <code class="parameter">height</code>
     are provided as character sizes.
    </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">
     Flag to <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> specifying that
     <code class="parameter">width</code> and <code class="parameter">height</code>
     are provided in pixel units.
    </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">
     Default terminal width requested by <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">
     Default terminal height requested by <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">
     Default terminal units requested by <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">
     Flag to <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span> requesting STDIO subchannel.
    </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">
     Flag to <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span> requesting STDERR subchannel.
    </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">
     Default terminal type (e.g. vt102, ansi, xterm, vanilla) requested
     by <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); ?>