victor Sun Mar 2 08:01:08 2003 EDT
Modified files:
/phpdoc/en/reference/recode/functions recode.xml
Log:
Incorrectly formatted function alias - fixed
Index: phpdoc/en/reference/recode/functions/recode.xml
diff -u phpdoc/en/reference/recode/functions/recode.xml:1.2
phpdoc/en/reference/recode/functions/recode.xml:1.3
--- phpdoc/en/reference/recode/functions/recode.xml:1.2 Wed Apr 17 02:43:49 2002
+++ phpdoc/en/reference/recode/functions/recode.xml Sun Mar 2 08:01:06 2003
@@ -1,24 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/recode.xml, last change in rev 1.3 -->
<refentry id="function.recode">
<refnamediv>
<refname>recode</refname>
- <refpurpose>Recode a string according to a recode request</refpurpose>
+ <refpurpose>Alias for <function>recode_string</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>string</type><methodname>recode</methodname>
- <methodparam><type>string</type><parameter>request</parameter></methodparam>
- <methodparam><type>string</type><parameter>string</parameter></methodparam>
- </methodsynopsis>
- <note>
- <simpara>
- This is an alias for <function>recode_string</function>. It has
- been added in PHP 4.
- </simpara>
- </note>
+ <para>
+ This function is an alias of <function>recode_string</function>.
+ </para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php