mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
8d017af8ed
commit
aeeedccdfd
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue