takagi          Wed Feb  7 16:24:13 2007 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      trim.xml rtrim.xml 
    /phpdoc/en/reference/curl/functions curl-getinfo.xml 
  Log:
  typo
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/trim.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/strings/functions/trim.xml
diff -u phpdoc/en/reference/strings/functions/trim.xml:1.11 
phpdoc/en/reference/strings/functions/trim.xml:1.12
--- phpdoc/en/reference/strings/functions/trim.xml:1.11 Mon Feb  5 13:50:43 2007
+++ phpdoc/en/reference/strings/functions/trim.xml      Wed Feb  7 16:24:13 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
 <refentry id="function.trim">
  <refnamediv>
@@ -144,7 +144,7 @@
 $trimmed = trim($hello, "Hdle");
 var_dump($trimmed);
 
-// trim the ASCII control characters at the beginning of $binary
+// trim the ASCII control characters at the beginning and end of $binary
 // (from 0 to 31 inclusive)
 $clean = trim($binary, "\x00..\x1F");
 var_dump($clean);
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/rtrim.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/rtrim.xml
diff -u phpdoc/en/reference/strings/functions/rtrim.xml:1.7 
phpdoc/en/reference/strings/functions/rtrim.xml:1.8
--- phpdoc/en/reference/strings/functions/rtrim.xml:1.7 Mon Feb  5 13:50:43 2007
+++ phpdoc/en/reference/strings/functions/rtrim.xml     Wed Feb  7 16:24:13 2007
@@ -1,5 +1,5 @@
 <?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.31 -->
   <refentry id="function.rtrim">
    <refnamediv>
@@ -93,7 +93,7 @@
 $trimmed = rtrim($hello, "Hdle");
 var_dump($trimmed);
 
-// trim the ASCII control characters at the beginning of $binary
+// trim the ASCII control characters at the end of $binary
 // (from 0 to 31 inclusive)
 $clean = rtrim($binary, "\x00..\x1F");
 var_dump($clean);
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/functions/curl-getinfo.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/curl/functions/curl-getinfo.xml
diff -u phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.12 
phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.13
--- phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.12    Mon Feb  5 
10:09:00 2007
+++ phpdoc/en/reference/curl/functions/curl-getinfo.xml Wed Feb  7 16:24:13 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <refentry id='function.curl-getinfo'>
  <refnamediv>
   <refname>curl_getinfo</refname>
@@ -126,7 +126,7 @@
         </listitem>
         <listitem>
          <simpara>
-          <constant>"CURLINFO_CONTENT_TYPE</constant> - Content-type of 
downloaded object, NULL indicates server did not send valid Content-Type: header
+          <constant>CURLINFO_CONTENT_TYPE</constant> - Content-type of 
downloaded object, NULL indicates server did not send valid Content-Type: header
          </simpara>
         </listitem>
        </itemizedlist>

Reply via email to