1
0
mirror of https://github.com/php/doc-it.git synced 2026-04-23 15:28:17 +02:00
Files
archived-doc-it/reference/dir/functions/chroot.xml
T
Simone Cortesi 3129bf5808 general update to current EN
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@96715 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-24 14:33:02 +00:00

52 lines
1.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: cortesi Status: ready -->
<!-- splitted from ./it/functions/dir.xml, last change in rev 1.8 -->
<refentry id="function.chroot">
<refnamediv>
<refname>chroot</refname>
<refpurpose>cambia la direcory di root</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>bool</type><methodname>chroot</methodname>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
</methodsynopsis>
<para>
Cambia la directory di root del processo in esecuzione in
<parameter>directory</parameter>. Restituisce &false; se non in grado
di cambiare la directory root, altrimenti &true;.
</para>
<note>
<para>
Non &egrave; intelligente usare questa funzione quando ci si trova nell'ambiente di lavoro
di un webserver, poich&eacute; non &egrave; possibile resettare la directory root
nuovamente a / alla fine della richiesta. Questa funzione
si comporta correttamente solo quando eseguita come CGI.
</para>
</note>
&note.no-windows;
</refsect1>
</refentry>
<!-- 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
-->