hholzgra Sun Dec 16 07:27:47 2001 EDT Modified files: /phpdoc/en/functions pcntl.xml satellite.xml snmp.xml uodbc.xml Log: added skeletons for missing functions Index: phpdoc/en/functions/pcntl.xml diff -u phpdoc/en/functions/pcntl.xml:1.8 phpdoc/en/functions/pcntl.xml:1.9 --- phpdoc/en/functions/pcntl.xml:1.8 Wed Dec 12 15:47:14 2001 +++ phpdoc/en/functions/pcntl.xml Sun Dec 16 07:27:47 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.pcntl"> <title>Process Control Functions</title> <titleabbrev>PCNTL</titleabbrev> @@ -617,6 +617,28 @@ </refsect1> </refentry> + <refentry id='function.pcntl-exec'> + <refnamediv> + <refname>pcntl_exec</refname> + <refpurpose> + Executes specified program in current process space + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>bool <function>pcntl_exec</function></funcdef> + <paramdef>string <parameter>path</parameter></paramdef> + <paramdef>array <parameter><optional>args</optional></parameter></paramdef> + <paramdef>array <parameter><optional>envs</optional></parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> + </refentry> </reference> Index: phpdoc/en/functions/satellite.xml diff -u phpdoc/en/functions/satellite.xml:1.19 phpdoc/en/functions/satellite.xml:1.20 --- phpdoc/en/functions/satellite.xml:1.19 Wed Dec 12 15:47:23 2001 +++ phpdoc/en/functions/satellite.xml Sun Dec 16 07:27:47 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <!-- Author: David Eriksson <[EMAIL PROTECTED]> --> <reference id="ref.satellite"> @@ -295,6 +295,48 @@ <para> Return an exception struct. For example usage see <function>satellite_caught_exception</function>. + </para> + </refsect1> + </refentry> + + <refentry id='function.satellite-object-to-string'> + <refnamediv> + <refname>satellite_object_to_string</refname> + <refpurpose> + Convert an object to its string representation + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>string <function>satellite_object_to_string</function></funcdef> + <paramdef>object <parameter>obj</parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> + </refentry> + + <refentry id='function.satellite-load-idl'> + <refnamediv> + <refname>satellite_load_idl</refname> + <refpurpose> + Instruct the type manager to load an IDL file if not already loaded + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>bool <function>satellite_load_idl</function></funcdef> + <paramdef>string <parameter>file</parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; </para> </refsect1> </refentry> Index: phpdoc/en/functions/snmp.xml diff -u phpdoc/en/functions/snmp.xml:1.19 phpdoc/en/functions/snmp.xml:1.20 --- phpdoc/en/functions/snmp.xml:1.19 Wed Dec 12 15:47:26 2001 +++ phpdoc/en/functions/snmp.xml Sun Dec 16 07:27:47 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <reference id="ref.snmp"> <title>SNMP functions</title> <titleabbrev>SNMP</titleabbrev> @@ -342,6 +342,31 @@ </refsect1> </refentry> + <refentry id='function.snmprealwalk'> + <refnamediv> + <refname>snmprealwalk</refname> + <refpurpose> + Return all objects including their respective object id withing the specified one + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>array <function>snmprealwalk</function></funcdef> + <paramdef>string <parameter>host</parameter></paramdef> + <paramdef>string <parameter>community</parameter></paramdef> + <paramdef>string <parameter>object_id</parameter></paramdef> + <paramdef>int <parameter><optional>timeout</optional></parameter></paramdef> + <paramdef>int <parameter><optional>retries</optional></parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> + </refentry> + </reference> <!-- Keep this comment at the end of the file Index: phpdoc/en/functions/uodbc.xml diff -u phpdoc/en/functions/uodbc.xml:1.28 phpdoc/en/functions/uodbc.xml:1.29 --- phpdoc/en/functions/uodbc.xml:1.28 Wed Dec 12 15:47:31 2001 +++ phpdoc/en/functions/uodbc.xml Sun Dec 16 07:27:47 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.28 $ --> +<!-- $Revision: 1.29 $ --> <reference id="ref.odbc"> <title>Unified ODBC functions</title> <titleabbrev>ODBC</titleabbrev> @@ -613,6 +613,71 @@ <parameter>row_number</parameter> to review the result. If a driver doesn't support fetching rows by number, the <parameter>row_number</parameter> parameter is ignored. + </para> + </refsect1> + </refentry> + + <refentry id='function.odbc-fetch-array'> + <refnamediv> + <refname>odbc_fetch_array</refname> + <refpurpose> + Fetch a result row as an associative array + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>array <function>odbc_fetch_array</function></funcdef> + <paramdef>int <parameter>result</parameter></paramdef> + <paramdef>int <parameter><optional>rownumber</optional></parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> + </refentry> + + <refentry id='function.odbc-next-result'> + <refnamediv> + <refname>odbc_next_result</refname> + <refpurpose> + Checks if multiple results are avaiable + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>bool <function>odbc_next_result</function></funcdef> + <paramdef>int <parameter>result_id</parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> + </refentry> + + <refentry id='function.odbc-fetch-object'> + <refnamediv> + <refname>odbc_fetch_object</refname> + <refpurpose> + Fetch a result row as an object + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <funcsynopsis> + <funcprototype> + <funcdef>object <function>odbc_fetch_object</function></funcdef> + <paramdef>int <parameter>result</parameter></paramdef> + <paramdef>int <parameter><optional>rownumber</optional></parameter></paramdef> + </funcprototype> + </funcsynopsis> + <para> + &warn.undocumented.func; </para> </refsect1> </refentry>