1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-28 09:22:15 +01:00
Files
archived-doc-es/reference/exec/reference.xml
Leonardo Boshell 0ba65db4ce Actualizaciones y correcciones
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@152299 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-25 05:46:20 +00:00

79 lines
1.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.8 Maintainer: lboshell Status: ready -->
<reference id="ref.exec">
<title>Funciones de Ejecuci&oacute;n de Programas</title>
<titleabbrev>Ejecuci&oacute;n de Programas</titleabbrev>
<partintro>
<section id="exec.intro">
&reftitle.intro;
<simpara>
Estas funciones proveen medios para ejecutar comandos en el
sistema mismo, y medios para proveer seguridad con tales comandos.
</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>
Estas funciones se relacionan estrechamente tambi&eacute;n con el
<link linkend="language.operators.execution">operador de comilla
invertida</link>. Asimismo, cuando se encuentre bajo &safemode;,
debe considerar la directiva <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:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->