Implement the new alias doc style.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185100 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2005-04-25 16:19:39 +00:00
parent cee7c2bba3
commit b508d9da17

View file

@ -1,25 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.chop">
<refnamediv>
<refname>chop</refname>
<refpurpose>Alias of <function>rtrim</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>
This function is an alias of <function>rtrim</function>.
</para>
<note>
<para>
<function>chop</function> is different than the Perl
<literal>chop()</literal> function, which removes the last
character in the string.
</para>
</note>
</refsect1>
</refentry>
<refentry id="function.chop">
<refnamediv>
<refname>chop</refname>
<refpurpose>&Alias; <function>rtrim</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
&info.function.alias;
<function>rtrim</function>.
</simpara>
<note>
<para>
<function>chop</function> is different than the Perl
<literal>chop()</literal> function, which removes the last
character in the string.
</para>
</note>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: