mez Wed Dec 29 12:24:38 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions ltrim.xml rtrim.xml trim.xml
Log:
Slighlty modified references (WRT Bug: http://bugs.php.net/bug.php?id=30646)
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/ltrim.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/ltrim.xml
diff -u phpdoc/en/reference/strings/functions/ltrim.xml:1.5
phpdoc/en/reference/strings/functions/ltrim.xml:1.6
--- phpdoc/en/reference/strings/functions/ltrim.xml:1.5 Wed Aug 4 17:03:59 2004
+++ phpdoc/en/reference/strings/functions/ltrim.xml Wed Dec 29 12:24:37 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.ltrim">
<refnamediv>
<refname>ltrim</refname>
<refpurpose>
- Strip whitespace from the beginning of a string
+ Strip whitespace (or other characters) from the beginning of a string
</refpurpose>
</refnamediv>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/rtrim.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/rtrim.xml
diff -u phpdoc/en/reference/strings/functions/rtrim.xml:1.5
phpdoc/en/reference/strings/functions/rtrim.xml:1.6
--- phpdoc/en/reference/strings/functions/rtrim.xml:1.5 Wed Aug 4 17:03:59 2004
+++ phpdoc/en/reference/strings/functions/rtrim.xml Wed Dec 29 12:24:37 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.31 -->
<refentry id="function.rtrim">
<refnamediv>
<refname>rtrim</refname>
<refpurpose>
- Strip whitespace from the end of a string
+ Strip whitespace (or other characters) from the end of a string
</refpurpose>
</refnamediv>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/trim.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/trim.xml
diff -u phpdoc/en/reference/strings/functions/trim.xml:1.7
phpdoc/en/reference/strings/functions/trim.xml:1.8
--- phpdoc/en/reference/strings/functions/trim.xml:1.7 Wed Aug 4 17:03:59 2004
+++ phpdoc/en/reference/strings/functions/trim.xml Wed Dec 29 12:24:37 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.trim">
<refnamediv>
<refname>trim</refname>
<refpurpose>
- Strip whitespace from the beginning and end of a string
+ Strip whitespace (or other characters) from the beginning and end of a
string
</refpurpose>
</refnamediv>
<refsect1>