diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-09-05 16:55:32 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-09-05 16:55:32 +0000 |
commit | 4a22d2e8323465ed7bb5e671da1262886ed30a61 (patch) | |
tree | 13ddba3a4cecff3d256e66eaae0e2a6cd59e6c0e /ext/standard/exec.h | |
parent | 24633f598727f5e98395ce9271ba56d274016650 (diff) | |
download | php-git-4a22d2e8323465ed7bb5e671da1262886ed30a61.tar.gz |
Add EscapeShellArg() function which turns a b into 'a b' and
a'b into 'a'\''b'
@Add EscapeShellArg() function (Rasmus)
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r-- | ext/standard/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index d96a4d81ce..dff1df8100 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -24,6 +24,7 @@ PHP_FUNCTION(system); PHP_FUNCTION(exec); PHP_FUNCTION(escapeshellcmd); +PHP_FUNCTION(escapeshellarg); PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); |