added a note about chop being different than the Perl version

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2000-08-25 16:56:13 +00:00
parent 8d017af8ed
commit aeeedccdfd

View file

@ -128,6 +128,13 @@ $trimmed = chop ($line);
</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>