From 80eae3546ca89715848c599af263882cdb6acfce Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 13 Jul 2001 07:31:37 +0000 Subject: [PATCH] Added introduction. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51386 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/exec.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/functions/exec.xml b/functions/exec.xml index 156d0d599d..d4ebef6307 100644 --- a/functions/exec.xml +++ b/functions/exec.xml @@ -2,6 +2,15 @@ Program Execution functions Program Execution + + + Those functions provides means to executes commands on the + system itself, and means secure such commands. Those functions + are also closely related to the + backtick operator. + + + escapeshellarg