cvs: phpdoc-da /reference/strings/functions substr.xml
[email protected] ("Tom Sommer")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvstomsommer1089051183@cvsserver> |
tomsommer Mon Jul 5 14:13:03 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions substr.xml
Log:
Sync with en
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/substr.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc-da/reference/strings/functions/substr.xml
diff -u phpdoc-da/reference/strings/functions/substr.xml:1.4 phpdoc-da/reference/strings/functions/substr.xml:1.5
--- phpdoc-da/reference/strings/functions/substr.xml:1.4 Sun Jun 27 15:25:23 2004
+++ phpdoc-da/reference/strings/functions/substr.xml Mon Jul 5 14:13:03 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.8 Maintainer: tomsommer Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.9 Maintainer: tomsommer Status: ready -->
<refentry id="function.substr">
<refnamediv>
<refname>substr</refname>
@@ -68,7 +68,7 @@
der bliver returneret, indeholde max <parameter>length</parameter> tegn
begyndende fra <parameter>start</parameter> (afhængig af længden af
<parameter>string</parameter>). Hvis <parameter>string</parameter> er mindre
- end <parameter>start</parameter> tegn lang, vil &false; blive
+ eller lig <parameter>start</parameter> tegn lang, vil &false; blive
returneret.
</para>
<para>
@@ -94,8 +94,11 @@
</example>
<para>
Se også <function>strrchr</function>,
- <function>substr_replace</function>, <function>ereg</function>,
- <function>trim</function> og <function>mb_substr</function>.
+ <function>substr_replace</function>,
+ <function>ereg</function>,
+ <function>trim</function>,
+ <function>mb_substr</function> og
+ <function>wordwrap</function>.
</para>
</refsect1>
</refentry>