michael         Sun Oct  2 03:45:28 2005 EDT

  Added files:                 
    /phpdoc/en/reference/expect/functions       expect-popen.ini 
  Log:
  describe function expect_popen
  
  

http://cvs.php.net/co.php/phpdoc/en/reference/expect/functions/expect-popen.ini?r=1.1&p=1
Index: phpdoc/en/reference/expect/functions/expect-popen.ini
+++ phpdoc/en/reference/expect/functions/expect-popen.ini
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.expect-popen">
 <refnamediv>
  <refname>expect_popen</refname>
  <refpurpose>Exectutes command via Bourne shell.</refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <type>resource</type><methodname>expect_popen</methodname>
   <methodparam><type>string</type><parameter>command</parameter></methodparam>
  </methodsynopsis>
  <para>
   Executes command via Bourne shell.
  </para>
 </refsect1>
 <refsect1 role="parameters">
  &reftitle.parameters;
  <para>
   <variablelist>
    <varlistentry>
     <term><parameter>command</parameter></term>
     <listitem>
      <para>
       Command to execute.
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   Returns an open PTY stream to the process'es stdio, stdout and stderr.
  </para>
  <para>
   On failure this function returns &false;.
  </para>
 </refsect1>
 <refsect1 role="seealso">
  &reftitle.seealso;
  <para>
   <simplelist>
    <member><function>fopen</function></member>
   </simplelist>
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to