<?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 => 'ja',
  ),
  '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' => 'ja',
    '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">
     ホスト鍵のフィンガープリントを 16 進法の文字列として要求する
     <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">
     ホスト鍵のフィンガープリントを 8 ビットキャラクタの文字列として要求する
     <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">
     文字単位で <code class="parameter">幅</code> と
     <code class="parameter">高さ</code> を指定するための
     <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> 用フラグ
    </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">
     ピクセル単位で <code class="parameter">幅</code> と
     <code class="parameter">高さ</code> を指定するための
     <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> 用フラグ
    </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">
     STDIO サブチャネルを要求する <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span>
     用フラグ
    </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">
     STDERR サブチャネルを要求する <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span>
     用フラグ
    </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">
     <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> によって要求される
     デフォルトのターミナル型 (例えば vt102, ansi, xterm, vanilla)
    </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); ?>