betz Tue Jul 30 12:15:47 2002 EDT
Modified files:
/phpdoc/en/reference/strings reference.xml
Log:
new structure applied
Index: phpdoc/en/reference/strings/reference.xml
diff -u phpdoc/en/reference/strings/reference.xml:1.3
phpdoc/en/reference/strings/reference.xml:1.4
--- phpdoc/en/reference/strings/reference.xml:1.3 Sat Jun 1 12:33:43 2002
+++ phpdoc/en/reference/strings/reference.xml Tue Jul 30 12:15:47 2002
@@ -1,28 +1,51 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
<partintro>
- <simpara>
- These functions all manipulate strings in various ways. Some more
- specialized sections can be found in the regular expression and
- URL handling sections.
- </simpara>
- <para>
- For information on how strings behave, especially with regard to
- usage of single quotes, double quotes, and escape sequences, see
- the <link linkend="language.types.string">Strings</link> entry in
- the <link linkend="language.types">Types</link> section of the
- manual.
- </para>
- <para>
- For even more powerful string handling and manipulating functions
- take a look at the <link linkend="ref.regex">POSIX regular
- expression functions</link> and the <link linkend="ref.pcre">Perl
- compatible regular expression functions</link>.
- </para>
+ <section id="strings.intro">
+ &reftitle.intro;
+ <para>
+ These functions all manipulate strings in various ways. Some more
+ specialized sections can be found in the regular expression and
+ <link linkend="ref.url">URL handling</link> sections.
+ </para>
+ <para>
+ For information on how strings behave, especially with regard to
+ usage of single quotes, double quotes, and escape sequences, see
+ the <link linkend="language.types.string">Strings</link> entry in
+ the <link linkend="language.types">Types</link> section of the
+ manual.
+ </para>
+ </section>
+
+ <section id="strings.requirements">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <section id="strings.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+
+ <section id="strings.constants">
+ &reftitle.constants;
+ &no.constants;
+ </section>
+
+ <section id="strings.seealso">
+ &reftitle.seealso;
+ <para>
+ For even more powerful string handling and manipulating functions
+ take a look at the <link linkend="ref.regex">POSIX regular
+ expression functions</link> and the <link linkend="ref.pcre">Perl
+ compatible regular expression functions</link>.
+ </para>
+ </section>
</partintro>
&reference.strings.functions;
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php