1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-24 07:12:15 +01:00
Files
archived-doc-de/reference/exec/reference.xml
Christoph Michael Becker b4700db206 Sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@350875 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-14 09:55:38 +00:00

50 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: dec1f8445ab2af7fbafef012fb7907ab2cd349b5 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>.
</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:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->