From 172ea2c8cfa226ca222bdc10ce8444bbc5ef38e8 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 16 Dec 2001 12:27:47 +0000 Subject: [PATCH] added skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65280 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pcntl.xml | 24 ++++++++++++++- functions/satellite.xml | 44 ++++++++++++++++++++++++++- functions/snmp.xml | 27 ++++++++++++++++- functions/uodbc.xml | 67 ++++++++++++++++++++++++++++++++++++++++- 4 files changed, 158 insertions(+), 4 deletions(-) diff --git a/functions/pcntl.xml b/functions/pcntl.xml index 652d295237..0c02ebbff8 100644 --- a/functions/pcntl.xml +++ b/functions/pcntl.xml @@ -1,5 +1,5 @@ - + Process Control Functions PCNTL @@ -617,6 +617,28 @@ print "Done\n" + + + pcntl_exec + + Executes specified program in current process space + + + + Description + + + bool pcntl_exec + string path + array args + array envs + + + + &warn.undocumented.func; + + + diff --git a/functions/satellite.xml b/functions/satellite.xml index 188d10946b..2dc7745de2 100644 --- a/functions/satellite.xml +++ b/functions/satellite.xml @@ -1,5 +1,5 @@ - + @@ -299,6 +299,48 @@ if (satellite_caught_exception()) { + + + satellite_object_to_string + + Convert an object to its string representation + + + + Description + + + string satellite_object_to_string + object obj + + + + &warn.undocumented.func; + + + + + + + satellite_load_idl + + Instruct the type manager to load an IDL file if not already loaded + + + + Description + + + bool satellite_load_idl + string file + + + + &warn.undocumented.func; + + + + + SNMP functions SNMP @@ -342,6 +342,31 @@ echo "$a
\n"; + + + snmprealwalk + + Return all objects including their respective object id withing the specified one + + + + Description + + + array snmprealwalk + string host + string community + string object_id + int timeout + int retries + + + + &warn.undocumented.func; + + + +
+ Unified ODBC functions ODBC @@ -617,6 +617,71 @@ $rc = odbc_fetch_into($res_id, $row, $my_array); + + + odbc_fetch_array + + Fetch a result row as an associative array + + + + Description + + + array odbc_fetch_array + int result + int rownumber + + + + &warn.undocumented.func; + + + + + + + odbc_next_result + + Checks if multiple results are avaiable + + + + Description + + + bool odbc_next_result + int result_id + + + + &warn.undocumented.func; + + + + + + + odbc_fetch_object + + Fetch a result row as an object + + + + Description + + + object odbc_fetch_object + int result + int rownumber + + + + &warn.undocumented.func; + + + + odbc_field_name