cvs: phpdoc-da /reference/strings/functions implode.xml quotemeta.xml strspn.xml strtolower.xml strtoupper.xml

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1090593485@cvsserver>
tomsommer		Fri Jul 23 10:38:05 2004 EDT

  Modified files:              
    /phpdoc-da/reference/strings/functions	implode.xml quotemeta.xml 
                                          	strspn.xml strtolower.xml 
                                          	strtoupper.xml 
  Log:
  Sync with EN
  
  
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/implode.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/implode.xml
diff -u phpdoc-da/reference/strings/functions/implode.xml:1.2 phpdoc-da/reference/strings/functions/implode.xml:1.3
--- phpdoc-da/reference/strings/functions/implode.xml:1.2	Tue Jul  6 15:06:07 2004
+++ phpdoc-da/reference/strings/functions/implode.xml	Fri Jul 23 10:38:05 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.10 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.11 Maintainer: tomsommer Status: ready -->
   <refentry id="function.implode">
    <refnamediv>
     <refname>implode</refname>
@@ -49,6 +49,9 @@
       bruge to parametre for at opnå kompatibilitet med ældre versioner.
      </para>
     </note>
+
+    &note.bin-safe;
+    
     <simpara>
      Se også <function>explode</function>, og <function>split</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/quotemeta.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/quotemeta.xml
diff -u phpdoc-da/reference/strings/functions/quotemeta.xml:1.1 phpdoc-da/reference/strings/functions/quotemeta.xml:1.2
--- phpdoc-da/reference/strings/functions/quotemeta.xml:1.1	Sat Jul 10 15:26:27 2004
+++ phpdoc-da/reference/strings/functions/quotemeta.xml	Fri Jul 23 10:38:05 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.2 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.3 Maintainer: tomsommer Status: ready -->
   <refentry id="function.quotemeta">
    <refnamediv>
     <refname>quotemeta</refname>
@@ -17,6 +17,9 @@
      (<literal>\</literal>) før hvert tegn der er blandt
      disse: <screen>. \\ + * ? [ ^ ] ( $ )</screen>
     </para>
+
+    &note.bin-safe;
+    
     <simpara>
      Se også <function>addslashes</function>,
      <function>htmlentities</function>, 
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strspn.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/strspn.xml
diff -u phpdoc-da/reference/strings/functions/strspn.xml:1.1 phpdoc-da/reference/strings/functions/strspn.xml:1.2
--- phpdoc-da/reference/strings/functions/strspn.xml:1.1	Fri Jul  2 12:24:55 2004
+++ phpdoc-da/reference/strings/functions/strspn.xml	Fri Jul 23 10:38:05 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.4 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.5 Maintainer: tomsommer Status: ready -->
   <refentry id="function.strspn">
    <refnamediv>
     <refname>strspn</refname>
@@ -51,6 +51,9 @@
       </programlisting>
      </informalexample>
     </para>
+
+    &note.bin-safe;
+    
     <simpara>
      Se også <function>strcspn</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strtolower.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/strtolower.xml
diff -u phpdoc-da/reference/strings/functions/strtolower.xml:1.1 phpdoc-da/reference/strings/functions/strtolower.xml:1.2
--- phpdoc-da/reference/strings/functions/strtolower.xml:1.1	Sun Jul 18 18:17:07 2004
+++ phpdoc-da/reference/strings/functions/strtolower.xml	Fri Jul 23 10:38:05 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.5 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.6 Maintainer: tomsommer Status: ready -->
   <refentry id="function.strtolower">
    <refnamediv>
     <refname>strtolower</refname>
@@ -33,6 +33,9 @@
 ]]>
      </programlisting>
     </example>
+
+    &note.bin-safe;
+
     <para>
      Se også <function>strtoupper</function>, <function>ucfirst</function>,
      <function>ucwords</function> og <function>mb_strtolower</function>.
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strtoupper.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/strtoupper.xml
diff -u phpdoc-da/reference/strings/functions/strtoupper.xml:1.2 phpdoc-da/reference/strings/functions/strtoupper.xml:1.3
--- phpdoc-da/reference/strings/functions/strtoupper.xml:1.2	Sun Jul 18 18:16:28 2004
+++ phpdoc-da/reference/strings/functions/strtoupper.xml	Fri Jul 23 10:38:05 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.5 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.6 Maintainer: tomsommer Status: ready -->
   <refentry id="function.strtoupper">
    <refnamediv>
     <refname>strtoupper</refname>
@@ -33,6 +33,9 @@
 ]]>
      </programlisting>
     </example>
+
+    &note.bin-safe;
+    
     <para>
      Se også <function>strtolower</function>, <function>ucfirst</function>,
      <function>ucwords</function> og <function>mb_strtoupper</function>.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.