goba            Fri Apr 19 11:05:51 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ctype  reference.xml 
  Log:
  Applied new structure
  
  
Index: phpdoc/en/reference/ctype/reference.xml
diff -u phpdoc/en/reference/ctype/reference.xml:1.2 
phpdoc/en/reference/ctype/reference.xml:1.3
--- phpdoc/en/reference/ctype/reference.xml:1.2 Mon Apr 15 14:56:30 2002
+++ phpdoc/en/reference/ctype/reference.xml     Fri Apr 19 11:05:50 2002
@@ -1,32 +1,35 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.ctype">
   <title>Character type functions</title>
   <titleabbrev>ctype</titleabbrev>
 
   <partintro>
-   <para id="ctype.intro">
-    The functions provided by this extension check whether a character
-    or string falls into a certain character class according to the
-    current locale (see also <function>setlocale</function>). 
-   </para>
-   <para>
-    When called with an integer argument these functions 
-    behave exactly like their C counterparts from "ctype.h".
-   </para>
-   <para>
-    When called with a string argument they will check
-    every character in the string and will only return
-    &true; if every character in the string matches the
-    requested criteria.
-   </para>
-   <para>
-    Passing anything else but a string or integer will 
-    return &false; immediately.
-   </para>
+   <section id="ctype.intro">
+    &reftitle.intro;
+    <para>
+     The functions provided by this extension check whether a character
+     or string falls into a certain character class according to the
+     current locale (see also <function>setlocale</function>). 
+    </para>
+    <para>
+     When called with an integer argument these functions 
+     behave exactly like their C counterparts from "ctype.h".
+    </para>
+    <para>
+     When called with a string argument they will check
+     every character in the string and will only return
+     &true; if every character in the string matches the
+     requested criteria.
+    </para>
+    <para>
+     Passing anything else but a string or integer will 
+     return &false; immediately.
+    </para>
+   </section>
    
    <section id="ctype.requirements">
-    <title>Requirements</title>
+    &reftitle.required;
     <para>
      None besides functions from the standard C library which are
      always available.
@@ -34,7 +37,7 @@
    </section>
     
    <section id="ctype.installation">
-    <title>Installation</title>
+    &reftitle.install;
     <para>
      Beginning with PHP 4.2.0 these functions are enabled by default.
      For older versions you have to configure and compile PHP 
@@ -43,18 +46,18 @@
    </section>
 
    <section id="ctype.configuration">
-    <title>Runtime Configuration</title>
-     &no.config;
+    &reftitle.runtime;
+    &no.config;
    </section>
 
    <section id="ctype.resources">
-    <title>Resource types</title>
-     &no.resource;
+    &reftitle.resources;
+    &no.resource;
    </section>
 
    <section id="ctype.constants">
-    <title>Predefined constants</title>
-     &no.constants;
+    &reftitle.constants;
+    &no.constants;
    </section>
    
   </partintro>


Reply via email to