2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-01-22 01:28:58 +00:00
|
|
|
<!-- $Revision: 1.11 $ -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: fileprocess.process -->
|
|
|
|
<!-- Membership: core -->
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.exec">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>Program Execution Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>Program Execution</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2002-05-06 07:19:36 +00:00
|
|
|
<section id="exec.intro">
|
|
|
|
&reftitle.intro;
|
2002-04-15 00:12:54 +00:00
|
|
|
<simpara>
|
2005-06-28 21:03:21 +00:00
|
|
|
Those functions provide means to execute commands on the
|
|
|
|
system itself, and means to secure such commands.
|
2002-04-15 00:12:54 +00:00
|
|
|
</simpara>
|
2002-05-06 07:19:36 +00:00
|
|
|
</section>
|
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="exec.requirements">
|
2002-05-06 07:19:36 +00:00
|
|
|
&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;
|
2007-01-22 01:28:58 +00:00
|
|
|
<para>
|
|
|
|
This extension defines a <literal>process</literal> resource, returned by
|
|
|
|
<function>proc_open</function>.
|
|
|
|
</para>
|
2002-05-06 07:19:36 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="exec.constants">
|
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="exec.seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
2002-11-15 09:11:21 +00:00
|
|
|
These functions are also closely related to the
|
2002-05-06 07:19:36 +00:00
|
|
|
<link linkend="language.operators.execution">backtick operator</link>.
|
2003-02-18 18:07:16 +00:00
|
|
|
Also, while in &safemode; you
|
2002-11-15 09:11:21 +00:00
|
|
|
must consider the <link linkend="ini.safe-mode-exec-dir">
|
|
|
|
safe_mode_exec_dir</link> directive.
|
2002-05-06 07:19:36 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</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
|
|
|
|
-->
|
|
|
|
|