betz Sun May 26 17:16:38 2002 EDT
Modified files:
/phpdoc/en/reference/iconv reference.xml
Log:
new structure
Index: phpdoc/en/reference/iconv/reference.xml
diff -u phpdoc/en/reference/iconv/reference.xml:1.2
phpdoc/en/reference/iconv/reference.xml:1.3
--- phpdoc/en/reference/iconv/reference.xml:1.2 Mon Apr 15 14:56:41 2002
+++ phpdoc/en/reference/iconv/reference.xml Sun May 26 17:16:38 2002
@@ -1,27 +1,56 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
<partintro>
- <para>
- This module contains an interface to the iconv library functions. To
- be able to use the functions defined in this
- module you must compile you PHP interpreter using the --with-iconv
- option. In order to do so, you must have iconv() function in
- standard C library or libiconv installed on your system.
- libiconv library is available from <ulink url="&url.libiconv;">
- &url.libiconv;</ulink>.
- </para>
-
- <para>
- iconv library function converts files between various encoded
- character sets. The supported character sets depend on iconv()
- implementation on your system. Note that iconv() function in some
- system is not work well as you expect. In this case, you should
- install libiconv library.
- </para>
+ <section id="iconv.intro">
+ &reftitle.intro;
+ <para>
+ This module contains an interface to the iconv library functions.
+ Iconv library function converts files between various encoded
+ character sets. The supported character sets depend on iconv()
+ implementation on your system. Note that iconv() function in some
+ system is not work well as you expect. In this case, you should
+ install libiconv library.
+ </para>
+ </section>
+
+ <section id="iconv.requirenments">
+ &reftitle.required;
+ <para>
+ You must have iconv() function in standard C library or libiconv
+ installed on your system. libiconv library is available from
+ <ulink url="&url.libiconv;">&url.libiconv;</ulink>.
+ </para>
+ </section>
+
+
+ <section id="iconv.installation">
+ &reftitle.install;
+ <para>
+ To be able to use the functions defined in this module you must compile
+ your PHP interpreter using the configure line
+ <option role="configure">--with-iconv</option>.
+ </para>
+ </section>
+
+ <section id="iconv.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="iconv.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+
+ <section id="iconf.constants">
+ &reftitle.constants;
+ &no.constants;
+ </section>
+
</partintro>
&reference.iconv.functions;