<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ssh2.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.ssh2.php',
    1 => 'SSH2',
  ),
  'prev' => 
  array (
    0 => 'ssh2.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'ref.ssh2.php',
    1 => 'Fonctions Shell2',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</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 permettant à la fonction <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> de
     demander l&#039;empreinte de la clé de l&#039;hôte en tant que hash MD5.
    </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 permettant à la fonction <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> de
     demander l&#039;empreinte de la clé de l&#039;hôte en tant que hash SHA1.
    </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 permettant à la fonction <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> de
     demander l&#039;empreinte de la clé de l&#039;hôte en tant que chaîne 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 permettant à la fonction <span class="function"><a href="function.ssh2-fingerprint.php" class="function">ssh2_fingerprint()</a></span> de
     demander l&#039;empreinte de la clé de l&#039;hôte en tant que chaîne de caractères 8-bit.
    </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 spécifiant à la fonction <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> que
     les paramètres <code class="parameter">width</code> et 
     <code class="parameter">height</code> sont fournis sous la forme de taille de caractères.
    </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 spécifiant à la fonction <span class="function"><a href="function.ssh2-shell.php" class="function">ssh2_shell()</a></span> que
     les paramètres <code class="parameter">width</code> et 
     <code class="parameter">height</code> sont fournis sous la forme de pixels.
    </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">
     Largeur par défaut du terminal demandé par la fonction 
     <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">
     Hauteur par défaut du terminal demandé par la fonction 
     <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">
     Unité par défaut du terminal demandé par la fonction 
     <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 pour que la fonction <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span> 
     demande un sous-canal 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">
     Flag pour que la fonction <span class="function"><a href="function.ssh2-fetch-stream.php" class="function">ssh2_fetch_stream()</a></span> 
     demande un sous-canal 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">
     Type par défaut du terminal (e.g. <code class="literal">&quot;vt102&quot;</code>, 
     <code class="literal">&quot;ansi&quot;</code>, <code class="literal">&quot;xterm&quot;</code>, 
     <code class="literal">&quot;vanilla&quot;</code>) 
     demandé par la fonction <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); ?>