betz Mon May 6 03:13:19 2002 EDT
Modified files:
/phpdoc/en/reference/dir reference.xml
Log:
new structure
Index: phpdoc/en/reference/dir/reference.xml
diff -u phpdoc/en/reference/dir/reference.xml:1.2
phpdoc/en/reference/dir/reference.xml:1.3
--- phpdoc/en/reference/dir/reference.xml:1.2 Mon Apr 15 14:56:33 2002
+++ phpdoc/en/reference/dir/reference.xml Mon May 6 03:13:18 2002
@@ -1,18 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.dir">
<title>Directory functions</title>
<titleabbrev>Directories</titleabbrev>
<partintro>
+
+ <section id="dir.intro">
+ &reftitle.intro;
+ <para>
+ </para>
+ </section>
+
+ <section id="dir.requirenments">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <section id="dir.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+ <section id="dir.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="dir.resources">
+ &reftitle.resources;
+ <para>
+ </para>
+ </section>
+
+ <section id="dir.constants">
+ &reftitle.constants;
+ &no.constants;
+ </section>
- <simpara>
- For related functions such as <function>dirname</function>,
- <function>is_dir</function>, <function>mkdir</function>, and
- <function>rmdir</function>, see the
- <link linkend="ref.filesystem">Filesystem</link> section.
- </simpara>
-
+ <section id="dir.seealso">
+ &reftitle.seealso;
+ <para>
+ For related functions such as <function>dirname</function>,
+ <function>is_dir</function>, <function>mkdir</function>, and
+ <function>rmdir</function>, see the
+ <link linkend="ref.filesystem">Filesystem</link> section.
+ </para>
+ </section>
+
</partintro>
&reference.dir.functions;