philip Mon Apr 25 12:19:39 2005 EDT
Modified files:
/phpdoc/en/reference/strings/functions chop.xml
Log:
Implement the new alias doc style.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/chop.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/chop.xml
diff -u phpdoc/en/reference/strings/functions/chop.xml:1.2
phpdoc/en/reference/strings/functions/chop.xml:1.3
--- phpdoc/en/reference/strings/functions/chop.xml:1.2 Wed Apr 17 02:44:13 2002
+++ phpdoc/en/reference/strings/functions/chop.xml Mon Apr 25 12:19:39 2005
@@ -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: