didou           Fri Jun 20 11:04:45 2003 EDT

  Modified files:              
    /phpdoc/en/reference/imap/functions imap-base64.xml 
  Log:
  linking to string functions
  
Index: phpdoc/en/reference/imap/functions/imap-base64.xml
diff -u phpdoc/en/reference/imap/functions/imap-base64.xml:1.3 
phpdoc/en/reference/imap/functions/imap-base64.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-base64.xml:1.3      Wed May  7 17:31:30 
2003
+++ phpdoc/en/reference/imap/functions/imap-base64.xml  Fri Jun 20 11:04:45 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-base64">
    <refnamediv>
@@ -14,11 +14,13 @@
      </methodsynopsis>
     <para>
      <function>imap_base64</function> function decodes BASE-64 encoded
-     text (see <ulink url="&url.rfc;2045">RFC2045</ulink>, 
+     <parameter>text</parameter> (see <ulink url="&url.rfc;2045">RFC2045</ulink>, 
      Section 6.8). The decoded message is returned as a string.
     </para>
     <para>
-     See also <function>imap_binary</function>.
+     See also <function>imap_binary</function>,
+     <function>base64_encode</function> and
+     <function>base64_decode</function>.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to