<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/wrappers.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'wrappers.expect.php',
    1 => 'expect://',
    2 => 'Streams f&uuml;r die Interaktion mit Prozessen',
  ),
  'up' => 
  array (
    0 => 'wrappers.php',
    1 => 'Unterst&uuml;tzte Protokolle und Wrapper',
  ),
  'prev' => 
  array (
    0 => 'wrappers.audio.php',
    1 => 'ogg://',
  ),
  'next' => 
  array (
    0 => 'security.php',
    1 => 'Sicherheit',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'language/wrappers/expect.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="wrappers.expect" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">expect://</h1>
  <p class="refpurpose"><span class="refname">expect://</span> &mdash; <span class="dc-title">Streams für die Interaktion mit Prozessen</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-wrappers.expect-description">
  <h3 class="title">Beschreibung</h3>
  <p class="para">
   Streams, die über den Wrapper <var class="filename">expect://</var> geöffnet
   werden, bieten über PTY Zugriff auf stdio, stdout und stderr eines 
   Prozesses.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <strong>Dieser Wrapper ist standardmäßig nicht aktiviert</strong><br />
   <span class="simpara">
    Um den Wrapper <var class="filename">expect://</var> verwenden zu können, muss die
    <a href="https://pecl.php.net/package/expect" class="link external">&raquo;&nbsp;Expect</a>-Erweiterung von
    <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> installiert werden
   </span>
  </p></blockquote>
  <p class="simpara"><var class="filename">expect://</var> (PECL)</p>
 </div>


 <div class="refsect1 usage" id="refsect1-wrappers.expect-usage"> 
  <h3 class="title">Verwendung</h3>
  <ul class="itemizedlist">
   <li class="listitem"><span class="simpara"><var class="filename">expect://befehl</var></span></li>
  </ul>
 </div>
 

 <div class="refsect1 options" id="refsect1-wrappers.expect-options">
  <h3 class="title">Optionen</h3>
  <p class="para">
   <table class="doctable table">
    <caption><strong>Zusammenfassung des Wrappers</strong></caption>
    
     <thead>
      <tr>
       <th>Eigenschaft</th>
       <th>wird unterstützt</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>Eingeschränkt durch <a href="filesystem.configuration.php#ini.allow-url-fopen" class="link">allow_url_fopen</a></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Erlaubt Lesen</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Erlaubt Schreiben</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Erlaubt Anfügen</td>
       <td>Ja</td>
      </tr>

      <tr>
       <td>Erlaubt gleichzeitiges Lesen und Schreiben</td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.stat.php" class="function">stat()</a></span></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.unlink.php" class="function">unlink()</a></span></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.rename.php" class="function">rename()</a></span></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.mkdir.php" class="function">mkdir()</a></span></td>
       <td>Nein</td>
      </tr>

      <tr>
       <td>Unterstützt <span class="function"><a href="function.rmdir.php" class="function">rmdir()</a></span></td>
       <td>Nein</td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>
 

</div><?php manual_footer($setup); ?>