irchtml         Wed Feb 25 11:00:12 2004 EDT

  Added files:                 
    /phpdoc/en/reference/pcntl/functions        pcntl-alarm.xml 
                                                pcntl-getpriority.xml 
                                                pcntl-setpriority.xml 
                                                pcntl-wait.xml 
  Log:
  added missing pcntl functions
  documented _alarm (bug #21694), working on the rest
  

http://cvs.php.net/co.php/phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml?r=1.1&p=1
Index: phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml
+++ phpdoc/en/reference/pcntl/functions/pcntl-alarm.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id='function.pcntl-alarm'>
   <refnamediv>
    <refname>pcntl_alarm</refname>
    <refpurpose>
     Set an alarm clock for delivery of a signal
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>pcntl_alarm</methodname>
      <methodparam><type>int</type><parameter>seconds</parameter></methodparam>
     </methodsynopsis>
    <para>
     The <function>pcntl_alarm</function> function creates a timer that will
     send a <literal>SIGALARM</literal> signal to the process after
     <parameter>seconds</parameter> seconds.  If <parameter>seconds</parameter>
     is zero, no new alarm is created.  Any call to <function>pcntl_alarm</function>
     will cancel any previously set alarm.
    </para>
    <para>
     <function>pcntl_alarm</function> will return the time in seconds that any
     previously scheduled alarm had remaining before it was to be delivered, or
     <literal>0</literal> if there was no previously scheduled alarm.
    </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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/pcntl/functions/pcntl-getpriority.xml?r=1.1&p=1
Index: phpdoc/en/reference/pcntl/functions/pcntl-getpriority.xml
+++ phpdoc/en/reference/pcntl/functions/pcntl-getpriority.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id='function.pcntl-getpriority'>
   <refnamediv>
    <refname>pcntl_getpriority</refname>
    <refpurpose>
     Get the priority of any process
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>pcntl_getpriority</methodname>
      <methodparam 
choice="opt"><type>int</type><parameter>pid</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>process_identifier</parameter></methodparam>
     </methodsynopsis>
    <para>
     &warn.undocumented.func;
    </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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/pcntl/functions/pcntl-setpriority.xml?r=1.1&p=1
Index: phpdoc/en/reference/pcntl/functions/pcntl-setpriority.xml
+++ phpdoc/en/reference/pcntl/functions/pcntl-setpriority.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id='function.pcntl-setpriority'>
   <refnamediv>
    <refname>pcntl_setpriority</refname>
    <refpurpose>
     Change the priority of any process
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>pcntl_setpriority</methodname>
      <methodparam><type>int</type><parameter>priority</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>pid</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>process_identifier</parameter></methodparam>
     </methodsynopsis>
    <para>
     &warn.undocumented.func;
    </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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/pcntl/functions/pcntl-wait.xml?r=1.1&p=1
Index: phpdoc/en/reference/pcntl/functions/pcntl-wait.xml
+++ phpdoc/en/reference/pcntl/functions/pcntl-wait.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id='function.pcntl-wait'>
   <refnamediv>
    <refname>pcntl_wait</refname>
    <refpurpose>
     Waits on or returns the status of a forked child
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>pcntl_wait</methodname>
      <methodparam><type>int</type><parameter>&amp;status</parameter></methodparam>
     </methodsynopsis>
    <para>
     &warn.undocumented.func;
    </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