From 034533bf75e2e347162cb20c73a0ad5229d34122 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 15 Dec 2001 14:37:18 +0000 Subject: [PATCH] added skeleton for missing function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65156 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/exec.xml | 23 ++++++++++++++++++++++- functions/fdf.xml | 24 +++++++++++++++++++++++- functions/ftp.xml | 26 ++++++++++++++++++++++++-- 3 files changed, 69 insertions(+), 4 deletions(-) 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; + + + + +