tom             Wed May 15 16:07:31 2002 EDT

  Modified files:              
    /phpdoc-de/reference/filesystem/functions   dirname.xml 
                                                parse-ini-file.xml 
                                                realpath.xml rename.xml 
                                                touch.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/filesystem/functions/dirname.xml
diff -u phpdoc-de/reference/filesystem/functions/dirname.xml:1.2 
phpdoc-de/reference/filesystem/functions/dirname.xml:1.3
--- phpdoc-de/reference/filesystem/functions/dirname.xml:1.2    Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/dirname.xml        Wed May 15 16:07:30 
+2002
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./de/functions/filesystem.xml, last change in rev 1.22 -->
-<!-- last change to 'dirname' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: tom Status: ready -->
-<!-- OLD-Revision: 1.142/EN.1.2 -->
+<!-- EN-Revision: 1.3 Maintainer: tom Status: ready -->
   <refentry id="function.dirname">
    <refnamediv>
     <refname>dirname</refname>
@@ -53,7 +50,8 @@
      </para>
     </note>
     <para>
-     Siehe auch <function>basename</function>.
+     Siehe auch <function>basename</function>,
+     <function>pathinfo</function> und <function>realpath</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-de/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.3 
phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.4
--- phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.3     Sun May  5 
05:39:10 2002
+++ phpdoc-de/reference/filesystem/functions/parse-ini-file.xml Wed May 15 16:07:31 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: tom Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: tom Status: ready -->
   <refentry id="function.parse-ini-file">
    <refnamediv>
     <refname>parse_ini_file</refname>
@@ -29,6 +29,13 @@
       ausführen. Diese Funktion ist vorgesehen, um Konfigurationsdateien
       für Ihre eigenen Applikationen einzulesen.
      </para>
+    </note>
+    <note>
+     <simpara>
+      Seit PHP 4.2.1 wird diese Funktion auch von <link
+      linkend="ini.safe-mode">safe_mode</link> und <link
+      linkend="ini.open-basedir">open_basedir</link> beeinflusst.
+     </simpara>
     </note>
     <para>
      Die Struktur der ini Datei ist der von &php.ini; ähnlich.
Index: phpdoc-de/reference/filesystem/functions/realpath.xml
diff -u phpdoc-de/reference/filesystem/functions/realpath.xml:1.3 
phpdoc-de/reference/filesystem/functions/realpath.xml:1.4
--- phpdoc-de/reference/filesystem/functions/realpath.xml:1.3   Sun May  5 05:39:10 
2002
+++ phpdoc-de/reference/filesystem/functions/realpath.xml       Wed May 15 16:07:31 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: tom Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: tom Status: ready -->
   <refentry id="function.realpath">
    <refnamediv>
     <refname>realpath</refname>
@@ -35,7 +35,7 @@
     <para>
      Siehe auch: <function>basename</function>, 
      <function>dirname</function> und 
-     <function>path_info</function>.
+     <function>pathinfo</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-de/reference/filesystem/functions/rename.xml
diff -u phpdoc-de/reference/filesystem/functions/rename.xml:1.2 
phpdoc-de/reference/filesystem/functions/rename.xml:1.3
--- phpdoc-de/reference/filesystem/functions/rename.xml:1.2     Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/rename.xml Wed May 15 16:07:31 2002
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./de/functions/filesystem.xml, last change in rev 1.22 -->
-<!-- last change to 'rename' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: tom Status: ready -->
-<!-- OLD-Revision: 1.142/EN.1.2 -->
+<!-- EN-Revision: 1.3 Maintainer: tom Status: ready -->
   <refentry id="function.rename">
    <refnamediv>
     <refname>rename</refname>
@@ -11,7 +8,7 @@
    <refsect1>
     <title>Beschreibung</title>
      <methodsynopsis>
-      <type>int</type><methodname>rename</methodname>
+      <type>bool</type><methodname>rename</methodname>
       <methodparam><type>string</type><parameter>oldname</parameter></methodparam>
       <methodparam><type>string</type><parameter>newname</parameter></methodparam>
      </methodsynopsis>
Index: phpdoc-de/reference/filesystem/functions/touch.xml
diff -u phpdoc-de/reference/filesystem/functions/touch.xml:1.2 
phpdoc-de/reference/filesystem/functions/touch.xml:1.3
--- phpdoc-de/reference/filesystem/functions/touch.xml:1.2      Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/touch.xml  Wed May 15 16:07:31 2002
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./de/functions/filesystem.xml, last change in rev 1.22 -->
-<!-- last change to 'touch' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: tom Status: ready -->
-<!-- OLD-Revision: 1.142/EN.1.2 -->
+<!-- EN-Revision: 1.3 Maintainer: tom Status: ready -->
   <refentry id="function.touch">
    <refnamediv>
     <refname>touch</refname>
@@ -16,6 +13,7 @@
       <type>int</type><methodname>touch</methodname>
       <methodparam><type>string</type><parameter>filename</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>time</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>atime</parameter></methodparam>
      </methodsynopsis>
     <para>
      Setzt Datum und Uhrzeit der letzten Änderung und des letzten Zugriffs
@@ -23,7 +21,9 @@
      durch <parameter>time</parameter> spezifizierten Wert. Wenn die Option
      <parameter>time</parameter> nicht angegeben wurde, wird die aktuelle
      Zeit benutzt. Dies ist äquivalent zu dem, was utime tut (manchmal wird
-     auch als utimes davon gesprochen).
+     auch als utimes davon gesprochen). Ist die dritte Option
+     <parameter>atime</parameter> angegeben, so wird auch die Zugriffszeit
+     der angegebenen Datei geändert.
     </para>
     <para>
      Wenn die Datei nicht existiert, wird sie erzeugt.


Reply via email to