cvs: phpdoc-nl /reference/filesystem/functions rename.xml
[email protected] ("Sander Roobol")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvssander1030020284@cvsserver> |
sander Thu Aug 22 08:44:44 2002 EDT
Modified files:
/phpdoc-nl/reference/filesystem/functions rename.xml
Log:
Sync with EN
Index: phpdoc-nl/reference/filesystem/functions/rename.xml
diff -u phpdoc-nl/reference/filesystem/functions/rename.xml:1.1 phpdoc-nl/reference/filesystem/functions/rename.xml:1.2
--- phpdoc-nl/reference/filesystem/functions/rename.xml:1.1 Tue Aug 13 07:31:16 2002
+++ phpdoc-nl/reference/filesystem/functions/rename.xml Thu Aug 22 08:44:44 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.rename">
<refnamediv>
@@ -19,6 +19,16 @@
</para>
<para>
&return.success;
+ <example>
+ <title>Voorbeeld met <function>rename</function></title>
+ <programlisting role="php">
+<![CDATA[
+<?php
+ rename("/tmp/tmp_file.txt", "/home/user/login/docs/my_file.txt");
+?>
+]]>
+ </programlisting>
+ </example>
</para>
</refsect1>
</refentry>
@@ -42,4 +52,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->