cvs: phpdoc-da /reference/strings/functions strcspn.xml strip-tags.xml stristr.xml strstr.xml
[email protected] ("Jonathan Holst")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1090599416@cvsserver> |
holst Fri Jul 23 12:16:56 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions strstr.xml stristr.xml
strip-tags.xml strcspn.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strstr.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/strstr.xml
diff -u phpdoc-da/reference/strings/functions/strstr.xml:1.2 phpdoc-da/reference/strings/functions/strstr.xml:1.3
--- phpdoc-da/reference/strings/functions/strstr.xml:1.2 Tue Jul 6 14:55:51 2004
+++ phpdoc-da/reference/strings/functions/strstr.xml Fri Jul 23 12:16:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- EN-Revision: 1.7 Maintainer: holst Status: ready -->
<refentry id="function.strstr">
<refnamediv>
@@ -52,6 +52,9 @@
mindre hukommelsesbrugende <function>strpos</function> istedet.
</para>
</note>
+ </para>
+ <para>
+ <function>strstr</function> har været binary-safe siden PHP 5.0.0
</para>
<para>
Se også <function>ereg</function>, <function>preg_match</function>,
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/stristr.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/stristr.xml
diff -u phpdoc-da/reference/strings/functions/stristr.xml:1.2 phpdoc-da/reference/strings/functions/stristr.xml:1.3
--- phpdoc-da/reference/strings/functions/stristr.xml:1.2 Tue Jul 6 14:56:26 2004
+++ phpdoc-da/reference/strings/functions/stristr.xml Fri Jul 23 12:16:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- EN-Revision: 1.7 Maintainer: holst Status: ready -->
<refentry id="function.stristr">
<refnamediv>
@@ -43,6 +43,9 @@
</programlisting>
</example>
</para>
+
+ ¬e.bin-safe;
+
<para>
Se også
<function>strstr</function>,
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strip-tags.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/strip-tags.xml
diff -u phpdoc-da/reference/strings/functions/strip-tags.xml:1.1 phpdoc-da/reference/strings/functions/strip-tags.xml:1.2
--- phpdoc-da/reference/strings/functions/strip-tags.xml:1.1 Wed Jul 7 13:48:51 2004
+++ phpdoc-da/reference/strings/functions/strip-tags.xml Fri Jul 23 12:16:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.8 Maintainer: holst Status: ready -->
<refentry id="function.strip-tags">
<refnamediv>
@@ -83,6 +83,9 @@
misbruge når han/hun skriver tekst der vil blive vist til andre brugere.
</para>
</warning>
+ <para>
+ <function>strip_tags</function> har været binary-safe siden PHP 5.0.0
+ </para>
<para>
Se også <function>htmlspecialchars</function>.
</para>
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strcspn.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/strcspn.xml
diff -u phpdoc-da/reference/strings/functions/strcspn.xml:1.1 phpdoc-da/reference/strings/functions/strcspn.xml:1.2
--- phpdoc-da/reference/strings/functions/strcspn.xml:1.1 Sun Jul 18 15:05:58 2004
+++ phpdoc-da/reference/strings/functions/strcspn.xml Fri Jul 23 12:16:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.3 Maintainer: holst Status: ready -->
<refentry id="function.strcspn">
<refnamediv>
@@ -27,6 +27,9 @@
den to valgfrie heltal parametre som kan bruges til at definere
startpositionen og længden på strengen der skal undersøges.
</simpara>
+
+ ¬e.bin-safe;
+
<simpara>
Se også <function>strspn</function>.
</simpara>