1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 07:02:06 +01:00
Files
archived-doc-fr/reference/exec/reference.xml
2026-02-28 22:54:29 +01:00

52 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: dec1f8445ab2af7fbafef012fb7907ab2cd349b5 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="ref.exec" xmlns="http://docbook.org/ns/docbook">
<title>&Functions; sur l'exécution de programmes externes</title>
<partintro>
<section xml:id="exec.notes">
&reftitle.notes;
<warning>
<para>
Les fichiers ouverts avec un verrou (tout spécialement les sessions ouvertes)
doivent être fermés avant l'exécution d'un programme en arrière-plan.
</para>
</warning>
</section>
<section xml:id="exec.seealso">
&reftitle.seealso;
<para>
Ces fonctions sont complétées par l'opérateur
<link linkend="language.operators.execution">guillemets obliques</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:
-->