php-doc-en/reference/exec/reference.xml

78 lines
1.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<reference id="ref.exec">
<title>Program Execution functions</title>
<titleabbrev>Program Execution</titleabbrev>
<partintro>
<section id="exec.intro">
&reftitle.intro;
<simpara>
Those functions provides means to executes commands on the
system itself, and means secure such commands.
</simpara>
</section>
<section id="exec.requirements">
&reftitle.required;
&no.requirement;
</section>
<section id="exec.installation">
&reftitle.install;
&no.install;
</section>
<section id="exec.configuration">
&reftitle.runtime;
&no.config;
</section>
<section id="exec.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="exec.constants">
&reftitle.constants;
&no.constants;
</section>
<section id="exec.seealso">
&reftitle.seealso;
<para>
These functions are also closely related to the
<link linkend="language.operators.execution">backtick operator</link>.
Also, while in <link linkend="features.safe-mode">Safe Mode</link> you
must consider the <link linkend="ini.safe-mode-exec-dir">
safe_mode_exec_dir</link> directive.
</para>
</section>
</partintro>
&reference.exec.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->