From b58d08059dad2e401c7450329f0af5e2b63622b7 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 11:39:45 +0000 Subject: [PATCH] shell_exec: document by referencing backtick documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66673 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/exec.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/exec.xml b/functions/exec.xml index 2e3371e149..04f7cb9bb6 100644 --- a/functions/exec.xml +++ b/functions/exec.xml @@ -1,5 +1,5 @@ - + Program Execution functions Program Execution @@ -304,7 +304,8 @@ system("touch \"/tmp/$f\"; ls -l \"/tmp/$f\""); // and here we do, so we use quo - &warn.undocumented.func; + This function is identical to the backtick operator.