mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Grammaticasticulation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2eea72f2ab
commit
d9edcb1462
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 -->
|
||||
<refentry id='function.shell-exec'>
|
||||
<refnamediv>
|
||||
<refname>shell_exec</refname>
|
||||
<refpurpose>
|
||||
Execute command via shell and return complete output as string
|
||||
Execute command via shell and return the complete output as a string
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.24 -->
|
||||
<refentry id="function.system">
|
||||
<refnamediv>
|
||||
<refname>system</refname>
|
||||
<refpurpose>Execute an external program and display output</refpurpose>
|
||||
<refpurpose>Execute an external program and display the output</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue