diff --git a/functions/exec.xml b/functions/exec.xml
index 36ebdc16ad..5c5fedca1f 100644
--- a/functions/exec.xml
+++ b/functions/exec.xml
@@ -1,5 +1,5 @@
-
+
Program Execution functions
Program Execution
@@ -270,6 +270,27 @@ system("touch \"/tmp/$f\"; ls -l \"/tmp/$f\""); // and here we do, so we use quo
+
+
+ shell_exec
+
+ Execute command via shell and return complete output as string
+
+
+
+ Description
+
+
+ string shell_exec
+ string cmd
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
Forms Data Format functions
FDF
@@ -580,6 +580,28 @@ unlink("outtest.fdf");
+
+
+ fdf_add_template
+ Adds a template into the FDF document
+
+
+ Description
+
+
+ bool fdf_add_template
+ int fdfdoc
+ int newpage
+ string filename
+ string template
+ int rename
+
+
+
+
+
+
+
+
FTP functions
FTP
@@ -595,7 +595,29 @@ $upload = ftp_put ($conn_id, "$destination_file", "$source_file", FTP_ASCII);
-
+
+
+ ftp_exec
+
+ Request execution of a program on the ftp server */
+
+
+
+ Description
+
+
+ int ftp_exec
+ int stream
+ string command
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+