[PHP-DOC] cvs: phpdoc /en/reference/strings reference.xml

2002-07-30 Thread Friedhelm Betz

betzTue Jul 30 12:15:47 2002 EDT

  Modified files:  
/phpdoc/en/reference/stringsreference.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
   titleString functions/title
   titleabbrevStrings/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.stringStrings/link entry in
-the link linkend=language.typesTypes/link section of the
-manual. 
-   /para
-   para
-For even more powerful string handling and manipulating functions
-take a look at the link linkend=ref.regexPOSIX regular
-expression functions/link and the link linkend=ref.pcrePerl
-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.urlURL 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.stringStrings/link entry in
+ the link linkend=language.typesTypes/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.regexPOSIX regular
+ expression functions/link and the link linkend=ref.pcrePerl
+ 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




[PHP-DOC] cvs: phpdoc /en/reference/strings reference.xml /en/reference/var/functions isset.xml settype.xml

2002-06-01 Thread Sander Roobol

sander  Sat Jun  1 12:33:47 2002 EDT

  Modified files:  
/phpdoc/en/reference/stringsreference.xml 
/phpdoc/en/reference/var/functions  isset.xml settype.xml 
  Log:
  Some minor fixes
  
  
Index: phpdoc/en/reference/strings/reference.xml
diff -u phpdoc/en/reference/strings/reference.xml:1.2 
phpdoc/en/reference/strings/reference.xml:1.3
--- phpdoc/en/reference/strings/reference.xml:1.2   Mon Apr 15 17:57:22 2002
+++ phpdoc/en/reference/strings/reference.xml   Sat Jun  1 12:33:43 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.strings
   titleString functions/title
   titleabbrevStrings/titleabbrev
 -21,7 +21,7 
 For even more powerful string handling and manipulating functions
 take a look at the link linkend=ref.regexPOSIX regular
 expression functions/link and the link linkend=ref.pcrePerl
-compatible regular expression functions/link
+compatible regular expression functions/link.
/para
   /partintro
 
Index: phpdoc/en/reference/var/functions/isset.xml
diff -u phpdoc/en/reference/var/functions/isset.xml:1.4 
phpdoc/en/reference/var/functions/isset.xml:1.5
--- phpdoc/en/reference/var/functions/isset.xml:1.4 Fri May 24 15:06:14 2002
+++ phpdoc/en/reference/var/functions/isset.xml Sat Jun  1 12:33:45 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/var.xml, last change in rev 1.2 --
   refentry id=function.isset
refnamediv
 -9,7 +9,7 
refsect1
 titleDescription/title
  methodsynopsis
-  typeboolean/typemethodnameisset/methodname
+  typebool/typemethodnameisset/methodname
   methodparamtypemixed/typeparametervar/parameter/methodparam
   methodparam 
choice=opttypemixed/typeparametervar/parameter/methodparam
   methodparam choice=optparameter.../parameter/methodparam
Index: phpdoc/en/reference/var/functions/settype.xml
diff -u phpdoc/en/reference/var/functions/settype.xml:1.2 
phpdoc/en/reference/var/functions/settype.xml:1.3
--- phpdoc/en/reference/var/functions/settype.xml:1.2   Wed Apr 17 02:44:59 2002
+++ phpdoc/en/reference/var/functions/settype.xml   Sat Jun  1 12:33:46 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/var.xml, last change in rev 1.2 --
   refentry id=function.settype
refnamediv
 -53,7 +53,7 
   /listitem
   listitem
simpara
-null (since PHP 4.0.8)
+null (since PHP 4.2.0)
/simpara
   /listitem
  /itemizedlist