1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-30 19:12:28 +02:00
Files
archived-doc-ja/reference/exec/reference.xml
TAKAGI Masahiro fa482f421c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-05 11:34:14 +00:00

79 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- EN-Revision: 1.10 Maintainer: hirokawa Status: ready -->
<!-- Purpose: fileprocess.process -->
<!-- Membership: core -->
<reference id="ref.exec">
<title>プログラム実行関数</title>
<titleabbrev>プログラム実行</titleabbrev>
<partintro>
<section id="exec.intro">
&reftitle.intro;
<simpara>
以下の関数は、システム自体の上でコマンドを実行したり、こうしたコマ
ンドの安全に実行する手段を提供します。
</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>
以下の関数は、
<link linkend="language.operators.execution">バックティック演算子</link>
にも関係します。
また、&safemode; おいては、<link linkend="ini.safe-mode-exec-dir">
safe_mode_exec_dir</link> ディレクティブの使用を考慮する必要があります。
</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:
-->