1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-24 15:22:14 +01:00
Files
archived-doc-de/reference/exec/reference.xml
Nilgün Belma Bugüner 4bb4fa807d changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@283887 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 22:26:39 +00:00

52 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 605fe4df23bfdeef0daff13c1856fe2a29156fef Maintainer: sammywg Status: ready -->
<reference xml:id="ref.exec" xmlns="http://docbook.org/ns/docbook">
<title>&Functions; zur Programmausführung</title>
<partintro>
<section xml:id="exec.notes">
&reftitle.notes;
<warning>
<para>
Offene Dateien mit einem Lock (speziell offene Sessions) sollten
geschlossen werden, bevor ein Programm im Hintergrund ausgeführt wird.
</para>
</warning>
</section>
<section xml:id="exec.seealso">
&reftitle.seealso;
<para>
Diese Funktionen stehen in enger Beziehung zum <link
linkend="language.operators.execution">Backtick-Operator</link>.
Wenn Sie den Safemode benutzen, beachten Sie auch die Einschränkungen
durch die <link linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link>-Direktive.
</para>
</section>
</partintro>
&reference.exec.entities.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:
-->