<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.expect.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ref.expect.php',
    1 => 'Fonctions Expect',
    2 => 'Fonctions Expect',
  ),
  'up' => 
  array (
    0 => 'book.expect.php',
    1 => 'Expect',
  ),
  'prev' => 
  array (
    0 => 'expect.examples-usage.php',
    1 => 'Exemples d\'Utilisation avec Expect',
  ),
  'next' => 
  array (
    0 => 'function.expect-expectl.php',
    1 => 'expect_expectl',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/expect/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.expect.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.expect" class="reference">
  <h1 class="title">Fonctions Expect</h1>















 <h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="function.expect-expectl.php">expect_expectl</a> — Attend jusqu'&agrave; ce que la sortie d'un processus corresponde &agrave; un
  des motifs, une p&eacute;riode de temps sp&eacute;cifique est pass&eacute;e ou un EOF est vu</li><li><a href="function.expect-popen.php">expect_popen</a> — Ex&eacute;cute une commande via le shell Bourne, et ouvre le flux PTY
  au processus</li></ul>
</div>
<?php manual_footer($setup); ?>