<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="escapeshellarg"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">escapeshellarg </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.3 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string escapeshellarg(string 
          arg) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Versieht ein Argument mit Anf&uuml;hrungszeichen und einem R&uuml;ckstrich, damit es in einem Shell-Befehl verwendet werden kann.</p></td>
    </tr>
  </table>
</div>
<div id="escapeshellcmd"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">escapeshellcmd </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string escapeshellcmd(string 
          command) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Stellt Shell-Metazeichen einen R&uuml;ckstrich voran.</p></td>
    </tr>
  </table>
</div>
<div id="exec"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">exec </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string exec(string 
          command[, array output[, int return_value]])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>F&uuml;hrt ein externes Programm aus.</p></td>
    </tr>
  </table>
</div>
<div id="passthru"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">passthru </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">void passthru(string 
          command[, int return_value])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>F&uuml;hrt ein externes Programm aus und zeigt die Rohausgabe an.</p></td>
    </tr>
  </table>
</div>
<div id="proc_close"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">proc_close </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int proc_close(resource 
          process) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Schlie&szlig;t einen durch <span class="literal">proc_open()</span> ge&ouml;ffneten Prozess.</p></td>
    </tr>
  </table>
</div>
<div id="proc_open"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">proc_open </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource proc_open(string 
          command, array descriptorspec, array &amp;pipes) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>F&uuml;hrt einen Prozess mit mehr Kontrolle &uuml;ber seine Dateideskriptoren aus.</p></td>
    </tr>
  </table>
</div>
<div id="shell_exec"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">shell_exec </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string shell_exec(string 
          cmd)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>F&uuml;hrt den Befehl &uuml;ber die Shell aus und gibt die komplette Ausgabe als String zur&uuml;ck.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
