Date: 08/25/00
- Next message: Daniel Beckham: "[PHP-DOC] proper way to indicate something like TRUE or FALSE"
- Previous message: Daniel Beckham: "Re: [PHP-DOC] cvs: phpdoc /en/functions outcontrol.xml"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Daniel Beckham: "[PHP-DOC] proper way to indicate something like TRUE or FALSE"
- Previous message: Daniel Beckham: "Re: [PHP-DOC] cvs: phpdoc /en/functions outcontrol.xml"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

