mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added introduction.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51386 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
91c97f1d6a
commit
80eae3546c
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
<title>Program Execution functions</title>
|
||||
<titleabbrev>Program Execution</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
Those functions provides means to executes commands on the
|
||||
system itself, and means secure such commands. Those functions
|
||||
are also closely related to the
|
||||
<link linkend="language.operators.execution">backtick operator</link>.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.escapeshellarg">
|
||||
<refnamediv>
|
||||
<refname>escapeshellarg</refname>
|
||||
|
|
Loading…
Reference in a new issue