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