cortesi         Tue Apr 23 05:40:41 2002 EDT

  Modified files:              
    /phpdoc/it/reference/filesystem/functions   filetype.xml is-dir.xml 
                                                realpath.xml 
  Log:
  updating filesystem to EN 1.3
  
Index: phpdoc/it/reference/filesystem/functions/filetype.xml
diff -u phpdoc/it/reference/filesystem/functions/filetype.xml:1.2 
phpdoc/it/reference/filesystem/functions/filetype.xml:1.3
--- phpdoc/it/reference/filesystem/functions/filetype.xml:1.2   Wed Apr 17 03:06:38 
2002
+++ phpdoc/it/reference/filesystem/functions/filetype.xml       Tue Apr 23 05:40:41 
+2002
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.3 Maintainer: cortesi Status: working -->
 <!-- splitted from ./it/functions/filesystem.xml, last change in rev 1.15 -->
-<!-- last change to 'filetype' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: cortesi Status: working -->
-<!-- OLD-Revision: 1.134/EN.1.2 -->
   <refentry id="function.filetype">
    <refnamediv>
     <refname>filetype</refname>
@@ -29,6 +27,11 @@
      Questa funzione non lavora con i <link 
      linkend="features.remote-files">file remoti</link>; i file da 
      esaminare devono essere accessibili attraverso il filesystem del server.
+    </simpara>
+    <simpara>
+     Vedere anche: <function>is_dir</function>, <function>is_file</function>, 
+     <function>is_link</function>, <function>file_exists</function> e
+     <function>stat</function>.
     </simpara>
    </refsect1>
   </refentry>
Index: phpdoc/it/reference/filesystem/functions/is-dir.xml
diff -u phpdoc/it/reference/filesystem/functions/is-dir.xml:1.2 
phpdoc/it/reference/filesystem/functions/is-dir.xml:1.3
--- phpdoc/it/reference/filesystem/functions/is-dir.xml:1.2     Wed Apr 17 03:06:39 
2002
+++ phpdoc/it/reference/filesystem/functions/is-dir.xml Tue Apr 23 05:40:41 2002
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.3 Maintainer: cortesi Status: working -->
 <!-- splitted from ./it/functions/filesystem.xml, last change in rev 1.15 -->
-<!-- last change to 'is-dir' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: cortesi Status: working -->
-<!-- OLD-Revision: 1.134/EN.1.2 -->
   <refentry id="function.is-dir">
    <refnamediv>
     <refname>is_dir</refname>
@@ -15,7 +13,9 @@
       <methodparam><type>string</type><parameter>filename</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Restituisce &true; se il filename esiste ed è una directory.
+     Restituisce &true; se il nome file esiste ed è una directory. Se
+     <parameter>filename</parameter> è un nome file relativo, verrà
+     controllato relativamente alla directory di lavoro in uso.
     </para>
     <para>
      I risultati di questa funzione vengono memorizzati nella cache. Vedi 
@@ -27,7 +27,7 @@
      esaminare devono essere accessibili attraverso il filesystem del server.
     </simpara>
     <para>
-     Vedere anche <function>is_file</function> e
+     Vedere anche <function>chdir</function>, <function>is_file</function> e
      <function>is_link</function>.
     </para>
    </refsect1>
Index: phpdoc/it/reference/filesystem/functions/realpath.xml
diff -u phpdoc/it/reference/filesystem/functions/realpath.xml:1.2 
phpdoc/it/reference/filesystem/functions/realpath.xml:1.3
--- phpdoc/it/reference/filesystem/functions/realpath.xml:1.2   Wed Apr 17 03:06:41 
2002
+++ phpdoc/it/reference/filesystem/functions/realpath.xml       Tue Apr 23 05:40:41 
+2002
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.3 Maintainer: cortesi Status: working -->
 <!-- splitted from ./it/functions/filesystem.xml, last change in rev 1.15 -->
-<!-- last change to 'realpath' in en/ tree in rev 1.23 -->
-<!-- EN-Revision: 1.2 Maintainer: cortesi Status: working -->
-<!-- OLD-Revision: 1.134/EN.1.23 -->
   <refentry id="function.realpath">
    <refnamediv>
     <refname>realpath</refname>
@@ -16,20 +14,29 @@
      </methodsynopsis>
     <para>
      <function>realpath</function> espande tutti i link simbolici e risolve i
-        riferimenti a '/./', '/../' ed altri caratteri '/'  nell'input
+     riferimenti a '/./', '/../' ed altri caratteri '/'  nell'input
      <parameter>path</parameter> e restituisce il percorso assoluto canonizzato.
-        Il percorso risultante non avrà link simbolici,
+     Il percorso risultante non avrà link simbolici,
      '/./' o '/../'.
     </para>
     <para>
+     <function>realpath</function> restituisce &false; in caso di fallimento, per 
+esempio se
+     il file non esiste.
+    </para>
+    <para>
      <example>
-      <title><function>realpath</function> example</title>
+      <title>Esempio di <function>realpath</function></title>
       <programlisting role="php">
 <![CDATA[
 $real_path = realpath ("../../index.php");
 ]]>
       </programlisting>
      </example>
+    </para>
+    <para>
+     Vedere anche: <function>basename</function>, 
+     <function>dirname</function> e
+     <function>path_info</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to