didou           Sat May  1 19:10:35 2004 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      convert-uudecode.xml 
                                                convert-uuencode.xml 
  Log:
  fix function name
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/convert-uudecode.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/strings/functions/convert-uudecode.xml
diff -u phpdoc/en/reference/strings/functions/convert-uudecode.xml:1.1 
phpdoc/en/reference/strings/functions/convert-uudecode.xml:1.2
--- phpdoc/en/reference/strings/functions/convert-uudecode.xml:1.1      Sat May  1 
19:09:12 2004
+++ phpdoc/en/reference/strings/functions/convert-uudecode.xml  Sat May  1 19:10:35 
2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
-<refentry id="function.uudecode">
+<!-- $Revision: 1.2 $ -->
+<refentry id="function.convert-uudecode">
  <refnamediv>
-  <refname>uudecode</refname>
+  <refname>convert_uudecode</refname>
   <refpurpose>
    Decode a uuencoded string
   </refpurpose>
@@ -10,7 +10,7 @@
  <refsect1>
   <title>Description</title>
   <methodsynopsis>
-   <type>string</type><methodname>uudecode</methodname>
+   <type>string</type><methodname>convert_uudecode</methodname>
    <methodparam><type>string</type><parameter>data</parameter></methodparam>
   </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/convert-uuencode.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/strings/functions/convert-uuencode.xml
diff -u phpdoc/en/reference/strings/functions/convert-uuencode.xml:1.1 
phpdoc/en/reference/strings/functions/convert-uuencode.xml:1.2
--- phpdoc/en/reference/strings/functions/convert-uuencode.xml:1.1      Sat May  1 
19:09:12 2004
+++ phpdoc/en/reference/strings/functions/convert-uuencode.xml  Sat May  1 19:10:35 
2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
-<refentry id="function.uuencode">
+<!-- $Revision: 1.2 $ -->
+<refentry id="function.convert-uuencode">
  <refnamediv>
-  <refname>uuencode</refname>
+  <refname>convert_uuencode</refname>
   <refpurpose>
    Uuencode a string
   </refpurpose>
@@ -10,7 +10,7 @@
  <refsect1>
   <title>Description</title>
   <methodsynopsis>
-   <type>string</type><methodname>uuencode</methodname>
+   <type>string</type><methodname>convert_uuencode</methodname>
    <methodparam><type>string</type><parameter>data</parameter></methodparam>
   </methodsynopsis>
 

Reply via email to