[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/25/00

danbeck Fri Aug 25 09:56:13 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  added a note about chop being different than the Perl version
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.44 phpdoc/en/functions/strings.xml:1.45
--- phpdoc/en/functions/strings.xml:1.44 Thu Aug 24 20:16:54 2000
+++ phpdoc/en/functions/strings.xml Fri Aug 25 09:56:13 2000
@@ -128,6 +128,13 @@
       </programlisting>
      </example>
     </para>
+ <note>
+ <para>
+ <function>chop</function> is different than the Perl
+ <parameter>chop()</parameter> function, which removes the last
+ character in the string.
+ </para>
+ </note>
     <para>
      See also <function>trim</function>.
     </para>